You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Rainer Sokoll <R....@intershop.de> on 2006/03/09 16:54:54 UTC

Question to svn co

Hi all,

I am sure this is a stupid question, but I could not find a solution:
I want to have the configuration of a particular Linux box under version
control, namely /etc.
OK, so I did a svn import. Now I have /etc in the remote repository,
fine. But how do I turn /etc into a working copy? I cannot do a svn
checkout, since /etc is not empty.
Can someone please give me a light?

Thanks,
Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Question to svn co

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 9, 2006, at 17:54, Rainer Sokoll wrote:

> I want to have the configuration of a particular Linux box under  
> version
> control, namely /etc.
> OK, so I did a svn import. Now I have /etc in the remote repository,
> fine. But how do I turn /etc into a working copy? I cannot do a svn
> checkout, since /etc is not empty.

You could have done an in-place import:

http://subversion.tigris.org/faq.html#in-place-import

Or perhaps FSVS would help you:

http://fsvs.tigris.org/




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org