Karl Heinz Marbaise wrote on Sat, 22 Mar 2008 at 15:10 +0100:
> Hi Daniel,
>> 'svn changelist' doesn't assume an implicit '.' target when no path
>> argument is given, unlike most other subcommands. I think you want:
>>
>> svn cl ISSUE2 --cl ISSUE1 -R .
>> ^
>
> Yes this works, but it produces many messages
>
> Skipped '.'
> Skipped 'src'
> Skipped 'src/main'
> Skipped 'src/main/java'
>
> and than it produces the expected messages:
> svn: warning: Removing 'changes.xml' from changelist 'ISSUE1'
> Path 'changes.xml' is now a member of changelist 'math-bug'
> svn: warning: Removing 'pom.xml' from changelist 'ISSUE1'
> Path 'pom.xml' is now a member of changelist 'math-bug'
>
> If this is the intended usage (which i'm not concerned of) it is not
> correctly described in the SVN 1.5 book...
>
> On the other side i would say if i use a changelist in this relationship
> i didn't think about using '-R ..' option to make a rename of the
> changelist ....cause changelists only work in relationship with
> filenames and not with directories....
>
> Kind regards
> Karl Heinz Marbaise
>
These are intended, yes; all of these (implicit dot by default, 'skip'
messages, and default depth) were discussed when the changes were made.
The changes were committed in r29671 and r29672, following discussions
in the following threads:
http://thread.gmane.org/gmane.comp.version-control.subversion.devel/97003
http://thread.gmane.org/gmane.comp.version-control.subversion.devel/96711
While I wrote some of this code, I won't object to removing it if the
concensus is to remove it.
Daniel
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-03-22 15:50:06 CET