Re: newbie question: import and co to the same directory?
From: Jack Repenning <jrepenning_at_collab.net>
Date: 2003-07-17 22:33:08 CEST
At 3:13 PM -0500 7/17/03, Jens B. Jorgensen wrote:
No it does not. You would need a fairly smart script, to set all
I routinely do a simpler case, maintaining my home directory in SVN.
FWIW, I use this script to migrate my home stuff to a new computer:
cd "$HOME"
rm -fr home
svn co $SVNHOME home
(cd home; find . -print | cpio -pdlmu ..) && rm -fr home
[The args to cpio are platform-dependent, a bit, but the main point
Once that's been done once, I can "svn add" new files, "svn commit"
-- -==- Jack Repenning CollabNet, Inc. 8000 Marina Boulevard, Suite 600 Brisbane, California 94005 o: 650.228.2562 c: 408.835-8090 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Aug 27 15:55:13 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.