Re: Help: svn: Working copy 'XXXX/XXXX/XXX' locked
From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Thu, 29 Jul 2010 21:40:39 -0500
On Jul 29, 2010, at 21:11, Di Hu wrote:
> I tired to rename one of the files via direct repository URLs. But still
Sounds right to me.
> Then I got this:
Read the error message. You did not supply a commit message via the -m argument, and you do not have the environment variables set up for Subversion to call an editor for you to enter the message there. Try:
svn mv svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D/Align.c svn://prometheus.ecn.purdue.edu/RAID2/Users/garciagroup/svnrepos/reconstruction3D/align_new.c -m "Rename Align.c to align_new.c"
(Should all be on one line; pardon my email client if it wraps this)
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.