>
>
>>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