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
$ svn co http://subversion/svn
or
$ svn mkdir -m "Making initial Subversion directories"
Either way will work and will result in a new Repository revision with three
By the way, have you seen the Subversion book on line? <
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?
-- 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.