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

Re: parsing svn output

From: Cédric Chabanois <cchabanois_at_no-log.org>
Date: 2004-09-03 00:26:19 CEST

>
>
>>2)
>>svn log Class4.java -v
>>------------------------------------------------------------------------
>>r38 | cedric | 2004-09-02 15:21:06 +0100 (jeu., 02 sept. 2004) | 1 line
>>Changed paths:
>> M /project3/src/package1/Class2.java
>> M /project3/src/package1/Class4.java
>>
>>changed paths are relative to the repository but how can I get the
>>repository url ?
>>
>>
>>
>svn info gives you that.
>
>
>
Not really, it gives the url of a managed resource but it does not give
the url of the repository.

Moreover, if I do svn log against a url target, it will give me a
similar output :
svn log -v
file:///F:/Programmation/sources2/svn/repository/project3/src/package1/Class4.java
------------------------------------------------------------------------
r38 | cedric | 2004-09-02 15:21:06 +0100 (jeu., 02 sept. 2004) | 1 line
Changed paths:
   M /project3/src/package1/Class2.java
   M /project3/src/package1/Class4.java

But I can't easily deduce the url of the changed resources (at least
when resource has been moved)

Cédric

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 2 23:31:09 2004

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.