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

xml output changed - relative paths now appearing?

From: Alexander Haley <ahaley_at_meditech.com>
Date: Tue, 9 Jul 2013 15:03:39 -0400

This might be an issue I need to take up with the subversion team - but -
has anyone run into this?

Using TortoiseSVN 1.7.11 (aka SVN 1.7.8) , with the command line utilities
installed , from a CMD (dos shell) window , do the following:

CD\Program Files\TortoiseSVN\Bin
svn status --verbose --xml C:\PATH\TO\REPOSITORY

then , using TortoiseSVN 1.8.0 (aka SVN 1.8.0) repeat the test, and compare
the xml outputs. For me (on a Win XP 32bit machine), they differ in a very
key fashion:

"old" xml (just a leading excerpt)

<?xml version="1.0" encoding="UTF-8"?>
<status>
<target
* path="C:\svnfocus\versions\version8\dev">*
<entry
* path="C:\svnfocus\versions\version8\dev">*
...
...

THE KEY bit is the PATH="" parts . notice how they specific a full absolute
path? Then, contrast to the "new" xml output:

<?xml version="1.0" encoding="UTF-8"?>
<status>
<target
* path="C:\svnfocus\versions\version8\dev">*
<entry
* path="..\..\..\svnfocus\versions\version8\dev">*
...
...

NOW SEE how the target and entry paths differ. The entry path possess
enough ..\ "parent" folder references to "dig out of the" Program
Files\TortoiseSVN\bin path all the way back up to the point from which the
\svnfocus\versions\version8\dev path might be constructed. I've
experimented moving the execution directory around - i.e. executing the svn
command from C:\ or C:\OTHER\FOLDER\PATH , and the ..\..\ changes
accordingly.

So - as I imagine , this might be something to take up with the subversion
crowd... but , any comments from this user base?

Thanks,
Alexander

-- 
Alexander Haley, Computer Scientist, 781-774-5156
Medical Information Technology, Inc.
Mailstop: F4E16W, MEDITECH Circle, Westwood, MA 02090
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3060111
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2013-07-09 21:03:59 CEST

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.