Re: Creating a new working copy in an existing directory (/etc)
From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2003-03-29 16:02:42 CET
On 29 Mar 2003, Nicolas Bonnefon wrote:
> I wonder if it's possible to update a directory (not under svn control)
> Let me explain: I happily use svn to keep track of changes in my /etc
> Is there a clean solution to do that? Is someone else managing is system
I don't know how well merging will work, but this how I put my etc to
1: svnadmin create <repopath>
5: cp -a datadir datadir-import-me
7: rm <all files that will not be under version control>
8: svn import file://<repopath>/data/trunk .
9: cd ..
10: svn checkout file://<repopath>/data/trunk data-svn
11: cd data-svn
13: cd ../datadir
14: svn st
This concept worked extremely well when I made my initial import for etc.
In my setup, there is also a file where is pretty printed my etc's
BR, Jani
-- Jani Averbach --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Mar 29 16:03:29 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.