svnlite update FreeBSD

Ответить
admin
Администратор
Сообщения: 198
Зарегистрирован: 05 янв 2011, 04:19

svnlite update FreeBSD

Сообщение admin »

svnlite update FreeBSD 11

svnlite checkout https://svn.freebsd.org/base/releng/11.1 /usr/src/



svnlite update FreeBSD 10


examples download and update source freebsd 10.1

Код: Выделить всё

svnlite co svn://svn.freebsd.org/base/releng/10.1 /usr/src



future examples switch source freebsd 10.1

Код: Выделить всё

svnlite sw svn://svn.freebsd.org/base/releng/10.1 /usr/src





p.s.

Код: Выделить всё

 svnlite -h

usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.8.1.
Type 'svn help <subcommand>' for help on a specific subcommand.
Type 'svn --version' to see the program version and RA modules
or 'svn --version --quiet' to see just the version number.

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
changelist (cl)
checkout (co)
cleanup
commit (ci)
copy (cp)
delete (del, remove, rm)
diff (di)
export
help (?, h)
import
info
list (ls)
lock
log
merge
mergeinfo
mkdir
move (mv, rename, ren)
patch
propdel (pdel, pd)
propedit (pedit, pe)
propget (pget, pg)
proplist (plist, pl)
propset (pset, ps)
relocate
resolve
resolved
revert
status (stat, st)
switch (sw)
unlock
update (up)
upgrade

Subversion is a tool for version control.
For additional information, see http://subversion.apache.org/
Ответить