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

feature request: svn ci --parents option

From: Jack Bates <ms419_at_freezone.co.uk>
Date: Mon, 17 Nov 2008 12:34:00 -0800

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
Received on 2008-11-17 21:34:26 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.