Re: get the full path of the committed files
From: Christian Unger <christian.unger_at_mac.com>
Date: Wed, 30 Apr 2008 12:33:19 +0200
if you only see the filename,you are probably in the directory which
/projetXYZ/something/something/
it is probably something like:
^(?:U|M|C)\s{+}(.*?)$;
$FullPath = join ("/", dirname($0) , $1);
translate to your preferred language
cu
On 30.04.2008, at 12:01, Falk Pretzer wrote:
> Now it just sends something like "U hello.java". But thats not
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.