SPECS: cvsnt.spec - newer code for adding new file to branch
glen
glen at pld-linux.org
Wed Oct 29 23:41:10 CET 2008
Author: glen Date: Wed Oct 29 22:41:10 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- newer code for adding new file to branch
---- Files affected:
SPECS:
cvsnt.spec (1.29 -> 1.30)
---- Diffs:
================================================================
Index: SPECS/cvsnt.spec
diff -u SPECS/cvsnt.spec:1.29 SPECS/cvsnt.spec:1.30
--- SPECS/cvsnt.spec:1.29 Sat Oct 18 14:43:13 2008
+++ SPECS/cvsnt.spec Wed Oct 29 23:41:04 2008
@@ -6,11 +6,11 @@
# TODO:
# - commit -r BRANCH is rejected (contrary to manual)
# you can commit new file to branch with this technique:
-# cvs add foo.patch
-# cvs ci -r BRANCH -m '- new' foo.patch
-# cvs up -r BRANCH foo.patch
-# cvs ci -m '- new' foo.patch
+# cvs add file.patch
+# cvs up -r BRANCH file.patch
+# cvs ci -m '- bleh' file.patch
# or just install cvs client from cvsnt package.
+# - the newline auto translation on text files should be disabled on .patch files (better for any!)
# - stay with STABLE 2.5.04 line as soon as it becomes stable
# - check server mode and default config
# - unpackaged:
@@ -387,6 +387,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.30 2008/10/29 22:41:04 glen
+- newer code for adding new file to branch
+
Revision 1.29 2008/10/18 12:43:13 charles
- BR: libtool
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvsnt.spec?r1=1.29&r2=1.30&f=u
More information about the pld-cvs-commit
mailing list