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

Improvements to diff API and path names

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-05-01 21:15:14 CEST

http://subversion.tigris.org/issues/show_bug.cgi?id=2723

dlr was working on the above issue back in March and hit a snag.
Basically, when JavaHL runs the diff API it tends to lead to absolute
path names being put in the diff output. This is because the "current
working directory" is rarely set to the working copy when JavaHL is
involved. The path was to allow the API to accept a base path
argument that it used to construct relative path names.

dlr hacked up a POC that used that path to run chdir() but this would
not be threadsafe. Does anyone feel like looking at the issue and the
attached patch and trying to get it resolved prior to 1.5. This would
be a nice usability improvement for Subclipse as absolute path names
complicate the apply patch process.

dlr is obviously busy getting merge tracking wrapped up so we can roll 1.5.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 1 21:15:22 2007

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.