Re: `svn diff' paths abbreviated wrongly
From: Neels J Hofmeyr <neels_at_elego.de>
Date: Fri, 03 Oct 2008 05:05:03 +0200
Sorry, forgot to add the script for reference.
Neels J Hofmeyr wrote:
-- Neels Hofmeyr -- elego Software Solutions GmbH Gustav-Meyer-Allee 25 / Gebäude 12, 13355 Berlin, Germany phone: +49 30 23458696 mobile: +49 177 2345869 fax: +49 30 23458695 http://www.elegosoft.com | Geschäftsführer: Olaf Wagner | Sitz: Berlin Handelsreg: Amtsgericht Charlottenburg HRB 77719 | USt-IdNr: DE163214194
#!/bin/bash
## SETUP for using client and server as in the current path
which svn
rm -rf repos/diffpaths
cd repos
svnserve -d -r /arch/elego/svn/test/repos
cd wc
cd diffpaths
## THE ACTUAL TEST STARTS HERE
mkdir -p A/foo
svn add A
svn diff svn://localhost/diffpaths/A/foo/baz svn://localhost/diffpaths/A/foobar/baz
killall svnserve
set +x
|
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.