|
About:
JSVN is a Java graphical front-end to the
Subversion revision control system. It uses the svn CLI instead of JNI for repository access, and includes Ant tasks for accessing Subversion repositories and a plugin for IntelliJ IDEA. It is 100% Java, very small, and very portable.
Author:
David Golpira [contact developer]
Tar/GZ:
http://jsvn.alternatecomputing.com/jsvn-src-0.8.tgz
Zip:
http://jsvn.alternatecomputing.com/jsvn-0.8.jar
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.43/10.00
(Rank N/A)
» Vitality: 0.01% (Rank 7596)
» Popularity: 1.48% (Rank 3697)

(click to enlarge graphs)
Record hits: 12,016
URL hits: 7,850
Subscribers: 41
|
|
Branches
Comments
[»]
How to Run?
by ob0101011101 - Jan 27th 2005 01:08:51
How do I run this thing?
The README.txt doesn't say, there's a heap of
.java files, nothing that looks like a main.
Even the command;
for file in `find . -name \*.java `; do java $file; done
Didn't get me anywhere...
Ideas ?
[reply]
[top]
[»]
Re: How to Run?
by jim burton - Jun 23rd 2005 15:22:07
> How do I run this thing?
>
> The README.txt doesn't say, there's a
> heap of
> .java files, nothing that looks like a
> main.
>
> Even the command;
> for file in `find . -name \*.java `; do
> java $file; done
> Didn't get me anywhere...
>
> Ideas ?
>
>
if you have ant installed cd to the src dir and type
$ant run
or download the jar file and run it with
$java -jar jsvn-X.jar
[reply]
[top]
|