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

Re: COMMITTED supported?

From: Dmitri Priimak <priimak_at_stanford.edu>
Date: 2003-08-24 16:40:02 CEST

kfogel@collab.net wrote:
> Dmitri Priimak <priimak@stanford.edu> writes:
>
>>Keyword does not seem to be supported you as of version 0.27
>>
>>svn diff -r COMMITTED myfile.c
>>svn: Incorrect parameters given
>>svn: Sorry, svn_client_diff was called in a way that is not yet supported.
>>svn: do_diff: COMMITTED nomenclature not supported
>>
>>Will it be supported in 0.28?
>
>
> That's an odd error, but... Why did you pass the flag at all? It
> should just work if you do
>
> $ svn diff myfile.c
>

I guess I misunderstood how it works. What I am trying to accomplish is.
Let say I want to see diff of the last commit vs. commit before the last
one of file so I say 'svn diff -r PREV:COMMITTED myfile.c' I understand
that it suppose to do the same as 'svn diff -r PREV:HEAD myfile.c' or
just plain 'svn diff -r PREV myfile.c'. If I don't have my WC then I
should use PREV:HEAD with URL to a file or a part of repository. Anyway.
PREV:COMMITTED should work or not? And what are those supported
functions with COMMITTED?

-- 
Dmitri Priimak
---------------
"Sages do not grieve for the living nor the dead." - Bhagavatgita.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Aug 24 17:00:23 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.