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

Re: comparing a url and a working copy

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-26 18:55:19 CEST

Ben Collins-Sussman <sussman@collab.net> writes:

>> faheem ~/co/mg-ro>svn diff --old file:///home/faheem/svn/brent --new
>> /home/faheem/co/mg-ro/mono
>>
>> but get
>>
>> svn: Working copy not locked
>> svn: directory not locked (/home/faheem/co/mg-ro/brent)
>
> Yes, I believe that after weeks of debate, Philip actually implemented
> this new 'svn diff' syntax. Unfortunately, there's no actual *code*
> in the back-end to support your use-case yet! See issue #1142.

You may be able to find a command that does work. Take a look at the
diff_branches test in diff_tests.py, there is a test for

  svn diff --old URL --new PATH REL

which works, and a test for

  svn diff --old URL --new PATH

which is commented out because it doesn't work.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 26 18:56:19 2003

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.