SVN/CVS Wo finde ich eine Bibliothek?
-
Also es ist ganz witzig, wenn man mal bei google
cvs|svn c++ library
eingibt.
Man findet lauter aufbereitete diff-files, CVSse für irgendwelche Programme,
aber keine Bibliothek die es mir ermöglicht, auf ein CVS oder SVN zuzugreifen.
Das Dumme ist, ich benötige eine für java und eine für c++.Kennt da wer was?
-
also das hab ich eben kurz auf google gefunden, bringt dir das was??? http://tmate.org/svn/
-
http://www.linuxdevcenter.com/pub/a/linux/2003/04/24/libsvn1.html
While there are many reasons to choose Subversion, one of the most interesting is that Subversion has been designed and implemented as a collection of reusable libraries, written in C. This allows your programs to use the same functionality found in the command line Subversion client without having to call out to the command line client, to execute commands, or parsing output.
-
Auch auf der Subversion Homepage steht, dass die CLI Tools so designed worden sind, dass der Output sowohl von Menschen wie auch von Maschinen leicht lesbar ist. Ansonsten kannst du auf der SVN Homepage mal nach diversen Javaclients Ausschau halten, die beherrschen ja auch irgendwie das Protokoll.