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

problems with svnclientadapter command line interface

From: Cédric Chabanois <cchabanois_at_no-log.org>
Date: 2004-10-27 23:49:09 CEST

I think svnClientAdapter command line interface does not work (anymore)
well enough to be used.
This is due to the fact that svn output is hard (if not impossible) to
parse in some cases.

We should disable it in next subclipse (and perhaps svnant) releases.

Ex :
1)
"
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
"

We could provide a patch --xml for that problem

2)
with french locale :
svn ls -v
      1 cedric oct. 26 22:02 A/
      1 cedric 24 oct. 26 22:02 iota

with us locale :
svn ls -v
      1 cedric Oct 26 22:02 A/
      1 cedric 24 Oct 26 22:02 iota

Notice that date takes one less character when us locale is used.

We could set us locale when launching svn from java by setting LANG or
LC_TIME env variables on Unix but I don't think it is possible to do
that on Windows.

Any ideas ?

Cédric
Received on Thu Oct 28 07:49:09 2004

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.