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

RE: Is there an example or user guide for JavaSVN?

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2005-05-12 12:53:22 CEST

Hello Galia,

There are few simple examples on JavaSVN web page
(http://tmate.org/svn/usage.html).
Also right now we are working on complete JavaDoc for JavaSVN classes, and
repository layer classes already have one.

In general you may use JavaSVN through its own API (that is divided into API
for direct repository operations and API for operations over WC) or use
SVNClient, that is also part of JavaSVN. The last way will make your
application JavaHL-compatible.

If you have other questions, please send them to support@tmatesoft.com or
use JavaSVN mailing list (see http://tmate.org/svn/list.html for details).

Alexander Kitaev.

> -----Original Message-----
> From: Galia Angelova [mailto:gangelova@outsourcingbg.com]
> Sent: Thursday, May 12, 2005 8:30 AM
> To: users@subclipse.tigris.org
> Subject: Is there an example or user guide for JavaSVN?
>
>
> 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
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
>
Received on Thu May 12 20:53:22 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.