[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 17 Nov 2008 18:21:18 -0500

Does 'svn ci -N example.com example.com/project' work, too?

David Glasser wrote:
> 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
>>
>>
>
>
>

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand
---------------------------------------------------------------------
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:21:27 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.