svn homdirs [was Re: newbie question: import and co to the same directory?]
From: <pll_at_lanminds.com>
Date: 2003-07-18 18:13:33 CEST
>>>>> On Thu, 17 Jul 2003, "Jack" == Jack Repenning wrote:
Jack> I routinely do a simpler case, maintaining my home directory
I do the same. The nice thing about svn is svn:ignore. As I use
Jack> FWIW, I use this script to migrate my home stuff to a new
I went a different direction. Since I don't use a lot of links in my
But back to the OPs problem of maintaining /etc in svn. I've found
The other thing I do is maintain things in /etc which apply to many
svn ls -R http://your.repo.com/svn/etc | xargs rm
then 'svn co http://your.repo.com/svn/etc .' That way, you're not
Another possibility is to set a property on the versioned /etc dir
$ svn proplist http://your.repo.com/svn/etc
you could easily:
$ svn co http://your.repo.com/svn/etc .
And that's it!
HTH,
-- Seeya, Paul -- Key fingerprint = 1660 FECC 5D21 D286 F853 E808 BB07 9239 53F1 28EE It may look like I'm just sitting here doing nothing, but I'm really actively waiting for all my problems to go away. If you're not having fun, you're not doing it right! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Jul 18 18:14:38 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.