BugNET

Open source issue tracking & project management

Forums

HomeHomeSupportSupportGeneral SupportGeneral SupportSVN Integration imports spurious description textSVN Integration imports spurious description text
Previous
 
Next
New Post
4/29/2010 1:12 PM
 

Yes, the svninfo command changed.

string logMessage = CommandExecutor.RunCommand(svnlook, string.Format("info -r {0} \"{1}\"", revision, repository));
it should be :
string logMessage = CommandExecutor.RunCommand(svnlook, string.Format("log -r {0} \"{1}\"", revision, repository));


Davin Dubeau

follow us on twitter facebook users group google plus
 
Previous
 
Next
HomeHomeSupportSupportGeneral SupportGeneral SupportSVN Integration imports spurious description textSVN Integration imports spurious description text


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.