You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Srilakshmanan, Lakshman" <La...@tradingpost.com.au> on 2006/11/27 05:44:58 UTC

RE: How can I add a number of files scattered over the directory tree?

Hi Jim,

 

You will have to use make/install to move them because, the subversion
directory contains .svn which you don't need. 

You could however, maintain the same directory structure in subversion
as it appears in your target environment.

 

Thanks

Lakshman

  _____  

From: Jim Lynch [mailto:jimlynch1@gmail.com] 
Sent: Friday, 27 October 2006 5:41 AM
To: users@subversion.tigris.org
Subject: How can I add a number of files scattered over the directory
tree?

 

I've a number of realted files I'd like to use svn to maintain but they
are located in widely scattered places, like /etc/
/usr/local/lib/cgi-bin, /usr/local/etc, etc.  I know I could keep copies
of them in a single file but I'd like to be able to checkout them to
their proper place, or is that a bad idea?  

I could also put thim in a single directory or small tree and use make
and install to move them.  

What's the best way to handle this problem?

Thanks,
Jim.