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

parsing svn output

From: Cédric Chabanois <cchabanois_at_no-log.org>
Date: 2004-09-02 21:59:42 CEST

1) When username is too long, svn status -v output is difficult to parse :
"
svn status -v

? nonManaged.dir
? modified.txt
M 1 1 cedric .
A 0 ? ? added.txt
               3 3 cedric committed.txt
D 4 4 cedric deleted.txt
               2 2 cedric managedDir
A 0 ? ? managedDir\added in managed dir.txt
               5 5 Cedric Chabanois longUserName.dir
               5 5 Cedric Chabanois
longUserName.dir\longUserName.txt

"

A --xml option would help. Should I submit a patch ?

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 ?

Thanks,

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 21:05:33 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.