modules and immediately rebuilds it cleanly.
scut [OPTIONS] - List, add, edit, remove, switch and default to shortcutted ReactOS source directories.
ssvn [OPTIONS] - Create, update or clean-up your ReactOS source tree or show the revision number of the local and online trees.
options - Starts the RosBE configurator and sets the changes active immediately.
update [OPTIONS] - Updates RosBE to the most recent files.
D:\REACTOS>help make
Usage: make [OPTIONS]
Make does a standard build of ReactOS. OPTIONS are the standard ReactOS build
options:
all - This target builds all of ReactOS.
"module" - Builds only the module with the appropiate name.
bootcd - Generates a BootCD ISO.
livecd - Generates a LiveCD ISO.
install - Installs ReactOS in the folder specified by the environment variable "ROS_INSTALL".
"module"_install - Installs only the module with the appropiate name in the folder specified by the environment variable "ROS_INSTALL".
clean - Deletes all files generated by the build process.
"module"_clean - Deletes only the files of one module with the appropiate name.
depends - Does a full dependency check on the ReactOS Source and generates a new makefile. This will take a while.
"module"_depends - Does a dependency check for one module with the appropiate name.
D:\REACTOS>svn help
usage: svn <subcommand> [options] [args]
Subversion command-line client, version 1.6.9.
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)
propdel (pdel, pd)
propedit (pedit, pe)
propget (pget, pg)
proplist (plist, pl)
propset (pset, ps)
resolve
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/D:\REACTOS>help ssvn
Usage: ssvn [OPTIONS]
Creates, updates or cleans up your ReactOS source tree or shows the revision
number of the local and online trees.
update - Updates to HEAD revision or to a specific one when the second parameter specifies one.
create - Creates a new ReactOS source tree.
rosapps - Creates a new ReactOS RosApps source tree.
rostests - Creates a new ReactOS RosTests source tree.
cleanup - Cleans up and fixes errors in the source tree.
status - Show the current local and online revision numbers.