[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [SURVEY] for repository administrators

From: Paul Lussier <pll_at_lanminds.com>
Date: 2003-04-17 16:37:29 CEST

In a message dated: Wed, 16 Apr 2003 21:59:11 EDT
Michael Price said:

>Paul Lussier wrote:
>
>> So, could some kind soul who *has* figured these --*-template
>> switches out provide a working example of why/how these things are
>> useful in the real world (I live in "theory", everything works here :)
>
>If you look in the "templates/on-disk/default" subdirectory of your subversion
>working copy then you will see a set of directories and files that should look
>very familiar to you. You can copy this hierarchy elsewhere, add any files and
>directories you want, and then use that as the template for new repositories.

Ahhhhh! Okay, I see. Though when you say "You can copy this
hierarchy elsewhere" do you mean a litteral copy? i.e. should I:

        rsync -rav default/ /path/to/templates/default
?

Doing this would obviously also copy the .svn hierarchy in each of
the sub-dirs of default/ as well, wouldn't this be bad? Should I
instead just copy the basic hierarchy sans any .svn subdir? ala:

        rsync -rav --exclude='.svn' default/ /path/to/templates/default
?

Thanks,

-- 
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.org
Received on Thu Apr 17 16:38:26 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.