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

missing from svnbook: syntax for creating the TTB directories?

From: Steve Stanley <w3steve_at_berkeley.edu>
Date: Tue, 17 Jun 2008 14:56:11 -0700

I feel like the answer should be there somewhere, but -

What is the syntax for creating the TTB directories that are
mentioned several places in svnbook?

I'm almost certain one doesn't use a shell mkdir command.

I'm almost certain that one creates them using

$ svnadmin create /path/to/repos
$ svnadmin create /path/to/repos/trunk
$ svnadmin create /path/to/repos/tags
$ svnadmin create /path/to/repos/branches

or maybe

$ svn copy file:///home/repos/trunk \
            file:///home/repos/branches/bar_branch

creates the branches parent directory as needed (like svn import)?
But the online documentation for svn copy is silent on this.

It would help me (and other brand-new administrators?) to actually
see the commands, perhaps here where the TTB organization in discussed:

http://svnbook.red-bean.com/en/1.4/svn.reposadmin.planning.html

or in a new paragraph here where the svnadmin create command is shown:

http://svnbook.red-bean.com/en/1.4/svn.reposadmin.create.html

my .02

-------
Steve Stanley
Web Developer/Programmer
Technology Transfer Program
Institute of Transportation Studies
University of California Berkeley
http://diaryofawebster.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-18 01:52:42 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.