Re: SVN Move/rename doesn't appear to like absolute paths for SRC
On Thu, Oct 26, 2017 at 11:50 PM, Dan Ellis wrote: > > Hi, > > I brought this up back in 2014 > (https://svn.haxx.se/users/archive-2014-05/0115.shtml). I managed to work > around it but just ended up running into it again. I'm running SVN 1.8.13. > > C:\Project_files\wc1>svn rename C:\project_files\wc1\foo.c bar.c > svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' for > details) > svn: E155004: Working copy 'C:\Project_files\wc1' locked. > svn: E155004: 'C:\Project_files\wc1' is already locked. > > > C:\Project_files\wc1>svn rename foo.c bar.c > A bar.c > D foo.c > > Can anyone else confirm this is an issue before I cross it over to dev? Hi Dan, I've tried this with a 1.9.1 svn client, and it seems to work fine. So I guess this was fixed in 1.9. -- Johan
Re: SVN Hackathon 2017 - Meet-and-Greet event
On 26/10/2017 23:28, Branko Čibej wrote: > [Restoring all Cc:] > On 26.10.2017 22:34, Stefan wrote: >> The meet-and-greet event will happen on November 23rd in Aachen at 8pm >> local time (UTC: +02:00). > > On 23rd November it will be UTC+01:00, daylight savings time in the EU > ends this Sunday, 29th October. > > -- Brane Absolutely right (thanks for the correction). And if anybody was wondering where Aachen is actually located: It's in Germany. :-) Regards, Stefan
Re: SVN Move/rename doesn't appear to like absolute paths for SRC
OK, so I installed 1.9.7 just now and I still get the same issue but It looks like it might be related to if the working copy is based on a file:/// repo. If I do a rename with an absolute path for SRC for a working copy not based on a file:///, it does work. Would you mind trying a new local repo? Thanks! On Fri, Oct 27, 2017 at 12:06 AM, Johan Corveleyn wrote: > On Thu, Oct 26, 2017 at 11:50 PM, Dan Ellis wrote: > > > > Hi, > > > > I brought this up back in 2014 (https://svn.haxx.se/users/ > archive-2014-05/0115.shtml). I managed to work around it but just ended > up running into it again. I'm running SVN 1.8.13. > > > > C:\Project_files\wc1>svn rename C:\project_files\wc1\foo.c bar.c > > svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' > for details) > > svn: E155004: Working copy 'C:\Project_files\wc1' locked. > > svn: E155004: 'C:\Project_files\wc1' is already locked. > > > > > > C:\Project_files\wc1>svn rename foo.c bar.c > > A bar.c > > D foo.c > > > > Can anyone else confirm this is an issue before I cross it over to dev? > > Hi Dan, > > I've tried this with a 1.9.1 svn client, and it seems to work fine. So > I guess this was fixed in 1.9. > > -- > Johan >