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

Is there an example or user guide for JavaSVN?

From: Galia Angelova <gangelova_at_outsourcingbg.com>
Date: 2005-05-12 08:29:34 CEST

Thank you very much! That really worked.
I saw the JavaSVN library. I saw you started it. I'd like to use it. And
would like to ask you, if I can see how can I use it? Is there an example
application or user guide?

Thanks in advance,
Galina Angelova

-----Original Message-----
From: Alexander Kitaev [mailto:alex@tmate.org]
Sent: 11 Май 2005 г. 18:34
To: users@subclipse.tigris.org
Subject: RE: Problems executing SVN command via RunTime

This has no relation to Subclipse, but please try the following:

0. check your "svn" path
1. use full path with extension (on windows use svn.exe, not just svn)
2. make sure your path String is created correctly, i.e "d:\\path\\svn.exe",
not just "d:\path\svn.exe" or use "d:/path/svn.exe".

Instead of running "svn.exe" command and parsing its output you may also
consider using JavaSVN (http://tmate.org/svn/) - pure Java Subversion client
library.

Alexander Kitaev,
TMate Software,
http://tmatesoft.com/

> -----Original Message-----
> From: Galia Angelova [mailto:gangelova@outsourcingbg.com]
> Sent: Wednesday, May 11, 2005 3:34 PM
> To: users@subclipse.tigris.org
> Subject: Problems executing SVN command via RunTime
>
> Hi,
> I don't know if this is the right mailing list, but I'll
> appreciate any help.
> When executing the command:
>
> D:\vcrs\server\svn1.0\bin\svn list svn://galia:8085
> --username scm4all --password scm4all
>
> via the Command Line, it executes correctly - no error reported.
> But when trying to execute it via :
>
> Runtime.getRuntime().exec(commandAndArgs, envp, null);
>
> it reports the following error:
>
> **** COMMAND ****
> D:\vcrs\server\svn1.0\bin\svn list svn://galia:8085
> --username scm4all --password scm4all
> **** CAUSE ****
> java.io.IOException: CreateProcess: D:\vcrs\server\svn1.0\bin\svn list
> svn://galia:8085 --username scm4all --password scm4all error=193
>
>
> All paths are correct. The svnserver running.
>
> Thanks in advance,
> Galina Angelova
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Thu May 12 16:29:34 2005

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

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