Go to file
Gustavo J. A. M. Carneiro b2a87732c9 Add support for building with WAF 2007-05-07 12:01:51 +01:00
doc merge with pcap branch 2007-05-01 11:35:27 +02:00
examples Enable both ascii and pcap tracing 2007-05-04 12:17:14 -07:00
ns3 Add support for building with WAF 2007-05-07 12:01:51 +01:00
samples Add support for building with WAF 2007-05-07 12:01:51 +01:00
src Add support for building with WAF 2007-05-07 12:01:51 +01:00
utils Add support for building with WAF 2007-05-07 12:01:51 +01:00
.hgignore Add support for building with WAF 2007-05-07 12:01:51 +01:00
.hgtags Added tag release ns-3.0.1 for changeset 56928998e05c 2007-04-01 15:53:58 +02:00
AUTHORS Final pre-release files 2007-03-30 15:39:02 -07:00
BUILD merge 2006-12-04 13:51:42 +01:00
INSTALL Final pre-release files 2007-03-30 15:39:02 -07:00
LICENSE Final pre-release files 2007-03-30 15:39:02 -07:00
README Final pre-release files 2007-03-30 15:39:02 -07:00
RELEASE_NOTES Final pre-release files 2007-03-30 15:39:02 -07:00
SConstruct a first draft of a component manager 2007-05-06 18:59:36 +02:00
VERSION Final pre-release files 2007-03-30 15:39:02 -07:00
build.py make sure that there is a C and C++ compiler. Otherwise, we generate large amounts of spurious unrelated errors. 2007-03-14 09:55:35 +01:00
wscript Add support for building with WAF 2007-05-07 12:01:51 +01:00

README

ns-3 uses the Mercurial software revision control system

Mercurial cheat sheet

clone this repository:
----------------------
hg clone http://code.nsnam.org/ns-3-dev

pull development tree changes to your local repository:
------------------------------------------------------
hg pull http://code.nsnam.org/ns-3-dev
hg update (apply the changes)  OR
hg merge (if you've made local changes)

commit locally:
--------------
hg status
hg add <new files, if any>
hg ci -m "message"

push upwards (developers access only):
--------------------------------------
hg push ssh://code@code.nsnam.org//home/code/repos/ns-3-dev

view the change log:
--------------
hg log <file>

doing a scons make clean:
------------------------
scons -c