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

Re: feature request: svn ci --parents option

From: David Glasser <glasser_at_davidglasser.net>
Date: Mon, 17 Nov 2008 15:04:41 -0800

What's wrong with just doing

$ svn ci example.com -m "Add project."

?

--dave

On Mon, Nov 17, 2008 at 12:34 PM, Jack Bates <ms419_at_freezone.co.uk> wrote:
> May I add this feature request to the issue tracker?
>
> I have a script which adds new projects to a repository. The
> organization of the repository is <domain name>/<project name>. So when
> I call the script with the domain name "example.com" and project name
> "foo", two of the commands run by the script are:
>
> $ svn mkdir example.com/foo
>
> - and -
>
> $ svn ci example.com/foo -m "Add project."
>
> In case this is the first project in the example.com domain, I use the
> svn mkdir --parents option:
>
> $ svn mkdir --parents example.com/foo
>
> However there is no svn ci --parents option, so when the script runs the
> second command, I get an error:
>
> svn: Commit failed (details follow):
> svn: '/home/jablko/public_html/hoster-test/data/hosting/example.com' is
> not under version control and is not part of the commit, yet its child
> '/home/jablko/public_html/hoster-test/data/hosting/example.com/foo' is
> part of the commit
>
> My feature request is to add an svn ci --parents option.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: dev-help_at_subversion.tigris.org
>
>

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-18 00:04:52 CET

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

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