Donnerstag, September 15, 2005

svn für MacOS X Shell

Unter http://homepage.mac.com/martinott/ kann man einen svn Client für Mac OS X Shell runterladen.

Datei: Subversion-1.2.3.pkg.zip

Wird in /usr/local/bin/ installiert

./svn help zeigt Hilfe zur Benutzung an:

Subversion command-line client, version 1.2.3.
Type 'svn help ' for help on a specific subcommand.

Most subcommands take file and/or directory arguments, recursing
on the directories. If no arguments are supplied to such a
command, it recurses on the current directory (inclusive) by default.

Available subcommands:
add
blame (praise, annotate, ann)
cat
checkout (co)
cleanup
commit (ci)
copy (cp)
delete (del, remove, rm)
diff (di)
export
help (?, h)
import
info
list (ls)
lock
log
merge
mkdir
move (mv, rename, ren)
propdel (pdel, pd)
propedit (pedit, pe)
propget (pget, pg)
proplist (plist, pl)
propset (pset, ps)
resolved
revert
status (stat, st)
switch (sw)
unlock
update (up)

Subversion is a tool for version control.
For additional information, see http://subversion.tigris.org/