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

Re: How to force comments on SVN commit

From: David Weintraub <qazwart_at_gmail.com>
Date: Mon, 1 Jun 2009 14:20:52 -0400

There are two ways you can do this:

* Checkout the root of the project and do a "svn mkdir trunk branches tags"

or

* Use the URL of the repository in the "svn mkdir" command. The advantage is
that you don't need to first do a checkout, but the disadvantage is using
the long URL name three times. For example:

$ svn co http://subversion/svn
$ svn mkdir trunk tags branches
$ svn commit -m "Making initial Subversion directories"

or

$ svn mkdir -m "Making initial Subversion directories"
http://subversion/svn/trunk http://subversion/svn/branches
http://subversion/svn/tags

Either way will work and will result in a new Repository revision with three
new sub-directories.

By the way, have you seen the Subversion book on line? <
http://svnbook.red-bean.com>

On Mon, Jun 1, 2009 at 11:30 AM, Dave Peters <gameslover987_at_yahoo.com>wrote:

> so what should I do to create these folder: trunk, branches and tags?
>
> Thanks.
>
> --DP
>
> --- On Mon, 6/1/09, Bob Archer <Bob.Archer_at_amsi.com> wrote:
>
> > From: Bob Archer <Bob.Archer_at_amsi.com>
> > Subject: RE: How to force comments on SVN commit
> > To: "Dave Peters" <gameslover987_at_yahoo.com>, "
> users_at_subversion.tigris.org" <users_at_subversion.tigris.org>
> > Date: Monday, June 1, 2009, 10:55 AM
> > > All,
> > >
> > > Just want to make sure my setup for the SVN directory
> > is corrected.
> > >
> > > #>svnadmin create /project1/repos
> > > then Under /project1/repos/
> > > >mkdir trunk
> > > >mkdir branches
> > > >mkdir tags
> > >
> > > Thanks again.
> > >
> > > --DP
> >
> > Um... no. You don't create the folders on the file system
> > in the repository folder.
> >
> > BOb
> >
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357564
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe_at_subversion.tigris.org].
>

-- 
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2357710
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-01 20:21:55 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.