Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ccvs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-01-17 17:10:45 +0300
committerMiguel de Icaza <miguel@gnome.org>2002-01-17 17:10:45 +0300
commitf9e754668c359e8b61b36fdb1400e6f0fed94214 (patch)
tree00b82965bad97db2086c77322fe85430a377b7b2 /doc/ccvs
parenta4ccf0cb353602414ac4475cae60c426eff290ba (diff)
Flush
svn path=/trunk/mono/; revision=2016
Diffstat (limited to 'doc/ccvs')
-rw-r--r--doc/ccvs8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ccvs b/doc/ccvs
index 274d7d9afdf..b04a1f1ed80 100644
--- a/doc/ccvs
+++ b/doc/ccvs
@@ -100,9 +100,13 @@
** Recommendations
Please do not commit code that would break the compile to the
- CVS, because that normally wastes everybody's time.
+ CVS, because that normally wastes everybody's time. Two things
+ are important in this step: trying to build your sources and making
+ sure that you add all the new files before you do a commit.
- Make sure that you add all the files before you do a commit.
+ To build the sources, most of the type trying the `make' command
+ is enough. In some cases (the class libraries) we use nant, so
+ you need to run nant manually.
Use ChangeLog entries so we can keep textual descriptions of
your work, and use the contents of your ChangeLog file as the