Re: svn diff command line tool bug

2012-05-11 Thread Andreas Stieger
Hello, On 11/05/12 19:06, Philip Martin wrote: > Agreed. > > $ svnadmin create repo > $ svn import -mm repo/format file://`pwd`/repo/A/f > $ svn1.7 diff --summarize -r0:1 file://`pwd`/repo/A > A file:///home/pm/sw/subversion/obj/repo/A/A/f > A file:///home/pm/sw/subversion/obj/repo/A/A

Re: svn diff command line tool bug

2012-05-11 Thread Philip Martin
asdfasd asdfasdf writes: > I am sorry insisting, but this is a bug. Agreed. $ svnadmin create repo $ svn import -mm repo/format file://`pwd`/repo/A/f $ svn1.7 diff --summarize -r0:1 file://`pwd`/repo/A A file:///home/pm/sw/subversion/obj/repo/A/A/f A file:///home/pm/sw/subversion/ob

Re: Re: svn diff command line tool bug

2012-05-11 Thread asdfasd asdfasdf
>This is not a bug. The first diff summary shows added files in a path.  >The second one shows other files being added to another path. You may  >have added files with the same content and names twice to different  >paths and the diff summary shows the correct output for what was  >actually done in

Re: svn diff command line tool bug

2012-05-11 Thread Andreas Stieger
Hello, On 10/05/12 21:03, asdfasd asdfasdf wrote: > svn.exe diff --revision 1:2 --summarize > "https://domain:port/svn/my_repo_name/plugins/myPluginName"; > > A > https://domain:port/svn/my_repo_name/plugins/myPluginName/myPluginName/file1.txt > A > https://domain:port/svn/my_repo_name/plugins/my

svn diff command line tool bug

2012-05-10 Thread asdfasd asdfasdf
Hello! I have encountered a bug I was trying to get list of all changed files diff between 1rst revision and 2nd revision using following command: svn.exe diff --revision 1:2 --summarize "https://domain:port/svn/my_repo_name/plugins/myPluginName"; A https://domain:port/svn/my_repo_name/plugi