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

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
contains the file.
so basically you only need to know where you are, you are here:

/projetXYZ/something/something/

it is probably something like:

^(?:U|M|C)\s{+}(.*?)$;

$FullPath = join ("/", dirname($0) , $1);

translate to your preferred language

cu
christian unger

On 30.04.2008, at 12:01, Falk Pretzer wrote:

> Now it just sends something like "U hello.java". But thats not
> enough. I need something like "U /projetXYZ/something/something/
> hello.java".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-30 12:33:50 CEST

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.