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

Re: Use of Subversion to track existing directory

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-03-19 16:38:51 CET

On Mar 19, 2006, at 16:22, Saulius Grazulis wrote:

> I was also thinking that in-the-repo commands will add multiple
> revision up to
> this minute, but I have just checked -- you can create all
> structure with a
> single 'svn mkdir' command (and thus with a single revision):
>
> svn mkdir file://path/to/repo/{trunk,branches,tags}
>
> Which is just a shortcut for:
>
> svn mkdir file://path/to/repo/trunk file://path/to/repo/branches
> file://path/to/repo/tags

Indeed, I didn't know svn mkdir accepted multiple URLs. That works
great! I'll have to remember that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 19 16:39:57 2006

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.