"C. Michael Pilato" <cmpilato_at_collab.net> writes:
> That's the problem, Karl.
>
> They have a situation like this:
>
> svn changelist "issue-21" wc/mu
> svn changelist "issue-21" wc/A/D/G/rho
> mkdir wc/some-new-module
> edit wc/some-new-module/new-file
> svn changelist "issue-21" wc/some-new-module/new-file
>
> Now, they have 3 files in a changelist "issue-21", but one of those
> files lives in a directory slated for addition. When they run 'svn
> commit --changelist issue-21', Subversion does as told -- tries to
> commit only those three changelist-bearing files. But of course, you
> can't commit a file that lives in a directory scheduled for addition
> if you don't also commit said directory.
>
> (Non-minimal, admittedly) recipe attached.
I get it now, thanks.
How to solve? Have the client also commit any newly-added directories
leading down to a changelist-included item in a given commit?
-Karl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-21 22:55:04 CEST