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

Tortoiseproc diff: working copy modified file to unrelated URL

From: Dan Ellis <dlellis_at_rockwellcollins.com>
Date: Sat, 7 Dec 2013 14:25:15 -0800

Hi,

I'm trying to automate a diff between a local file (with mods) to a
server-side URL but for the life of me can't figure out the correct
command line for tortoiseproc.exe.

I'd like to do a:
tortoiseproc.exe /command:diff /path:"C:\WC\foo.c" /path2:"
http://svr/repo/<somedir>/foo.c"

When I do this, I get an SVN exception followed by a cascading TSVN can't
find file error. I assume /command:diff isn't a fan of URLs

---------------------------
Subversion Exception!
---------------------------
In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.8.4\ext\subversion\subversion\libsvn_subr\dirent_uri.c'
 line 1571: assertion failed (! svn_path_is_url(relative))

SVN command line handles this fine:
svn diff C:\WC\foo.c http://svr/repo/<somedir>/foo.c

I've tried /command:showcompare too:
tortoiseproc /command:showcompare /url1:"C:\WC\foo.c" /url2:"
http://svr/repo/<somedir>/foo.c" works but will ignore local mods to foo.c
(which I'd really like to view).

I'm sure I'm missing something very minor...

Thanks!
Dan

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3069939

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-12-08 04:04:02 CET

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

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