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

Re: Problem with changelists and new directories

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Mon, 21 Jul 2008 16:54:41 -0400

"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

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.