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

Re: SVN 1.5 - Beta 1 - svn changelist - Bug

From: Daniel Shahaf <d.s_at_daniel.shahaf.co.il>
Date: Sat, 22 Mar 2008 15:45:05 +0200

Karl Heinz Marbaise wrote on Sat, 22 Mar 2008 at 13:24 +0100:
>> svn changelist ISSUE2 --changelist ISSUE1
> Yes you're right, cause i had seen it as i had sent the message, but i
> tried it the way you described too and got the same error message.
>

'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 .
                                      ^

Daniel

> On the other hand if i use them in the way i did i would expect a
> different error message like "ChangeList ISSUE2 does not exist" or
> a thing like "Empty ChangeList ISSUE2 used"...
>
> Kind regards
> Karl Heinz Marbaise
>

---------------------------------------------------------------------
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 14:46:03 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.