Greetings,

I'm trying to generate a diff for a revision from a remotely hosted SVN repository (hosted with codesion.com). If I view the diff/changeset through Trac, i can see the changes made in the revision. But if I'm trying to generate the diff through SSH i get no results (it gives results for other revisions though). Any ideas? Has it got something to do with the revision containing binary/non-text files?

link|improve this question
1  
Is it supposed that now we need to guess what you actually have tried? – zerkms May 7 '11 at 13:51
1  
You're going to have to post the SVN command you used. A common mistake is forgetting the -c option to svn diff. – Borealid May 7 '11 at 13:55
I was attempting to use "svn diff -r 45 URL" to get changes between revision 44 and 45 in the remote repo. Using "svn diff -c 45 URL" works perfectly. Thanks and sorry for missing to paste the command. – DavidC May 8 '11 at 3:39
feedback

1 Answer

up vote 2 down vote accepted

I was attempting to use svn diff -r 45 URL to get changes between revision 44 and 45 in the remote repo. Using svn diff -c 45 URL works perfectly.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.