Re: During sparse checkout, what's the difference between "svn update --depth" and "svn update --set-depth"?

2012-05-06 Thread madhusudhanan Elangovan
Hi, This is because the existing depth setting is stored in the working copy 'svn info' should reveal this information and doing subsequent update is based on this setting, to modify this --set-depth is required. Best Regards, Madhu On Sat, May 5, 2012 at 1:06 AM, frame wrote: > I am play

svn commands and dos redirection

2012-05-06 Thread Christophe R
Hi, Under Windows XP, with svn 1.6.17 (I also tried with 1.7.4) running svn pl -R -v . works as expected (I get a line "properties on , followed by the properties), for each item. But when I redirect the same command to a file: svn pl -R . >foo.txt the output in the resulting file is out of