hi,
I want to display svn revision number to a text file
I am getting the revision number using this command
$revision = ([xml](svn info "filepath" --xml)).info.entry.commit.revision
hi all,
I am trying to get the longest and shortest timespan in a list using LINQ.
My code looks something like this
List listofTimeSpans = new List();
adding the timespans to listofTimeSpans in a foreach loop.
Please help me with this.
Thank you.