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

Re: missing from svnbook: syntax for creating the TTB directories?

From: Matt imMute Sickler <immute_at_msk4.ath.cx>
Date: Tue, 17 Jun 2008 19:03:47 -0500

$ svnadmin create /path/to/repos
$ svn mkdir file:///path/to/repos/trunk
$ svn mkdir file:///path/to/repos/tags
$ svn mkdir file:///path/to/repos/branches

  would be more correct but not quite there.

Steve Stanley wrote:
>
> 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
>
>

---------------------------------------------------------------------
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 03:40:24 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.