Re: Working copy locked problem
From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-08 02:33:06 CET
On Feb 7, 2007, at 08:44, Erik Hemdal wrote:
>> However, there is no
You can do this with svn export:
svn export /path/to/working-copy /path/to/export
However I don't know what happens if the working copy has
You can also easily remove all .svn directories using a find construct:
cp -RPp /path/to/working-copy /path/to/export
Or with rsync:
cd /path/to/working-copy
-- To reply to the mailing list, please use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Feb 8 02:33:31 2007 |
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.