Re: svn move doesn't appear to take absolute paths

2014-05-23 Thread Ryan Schmidt
On May 22, 2014, at 10:05 AM, Dan Ellis wrote: > In a recent thread I've been trying to figure out the best way to deal with > case sensitivity issues (in particular, finding out the clashing case > sensitive path). It doesn't appear that I'll be able to solve that one > readily, so I plan to

Re: svn move doesn't appear to take absolute paths

2014-05-23 Thread Kurt Pruenner
On 22.05.2014 17:05, Dan Ellis wrote: > c:\>svn mv "c:\project_files\sandbox\foo\Bar" > "C:\project_files\sandbox\foo\bar" > svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' > for details) > svn: E155004: Working copy 'C:\Project_files\sandbox\foo\Bar' locked. > svn: E155004

svn move doesn't appear to take absolute paths

2014-05-22 Thread Dan Ellis
Hi, In a recent thread I've been trying to figure out the best way to deal with case sensitivity issues (in particular, finding out the clashing case sensitive path). It doesn't appear that I'll be able to solve that one readily, so I plan to convert all our existing mixed case entries to lower c