Re: Working copy vs exported files
From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-02-17 05:17:58 CET
On Feb 16, 2007, at 08:53, Phyrefly wrote:
> Does anyone else have a use for a feature that allows you to convert a
1. You can export your working copy.
svn export /path/to/existing-working-copy /path/to/new-export
2. You can convert your working copy into an export by just deleting
find /path/to/working-copy -name .svn -type d -print0 | xargs -0 rm -rf
Now /path/to/working-copy isn't a working copy anymore.
-- 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 Sat Feb 17 05:18:24 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.