SPECS: cvsnt.spec - hint for adding new file to branch

glen glen at pld-linux.org
Sat Aug 30 00:39:15 CEST 2008


Author: glen                         Date: Fri Aug 29 22:39:15 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- hint for adding new file to branch

---- Files affected:
SPECS:
   cvsnt.spec (1.26 -> 1.27) 

---- Diffs:

================================================================
Index: SPECS/cvsnt.spec
diff -u SPECS/cvsnt.spec:1.26 SPECS/cvsnt.spec:1.27
--- SPECS/cvsnt.spec:1.26	Thu Jul 31 06:58:15 2008
+++ SPECS/cvsnt.spec	Sat Aug 30 00:39:10 2008
@@ -5,6 +5,12 @@
 #
 # 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
+#   or just install cvs client from cvsnt package.
 # - stay with STABLE 2.5.04 line as soon as it becomes stable
 # - check server mode and default config
 # - unpackaged:
@@ -380,6 +386,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.27  2008/08/29 22:39:10  glen
+- hint for adding new file to branch
+
 Revision 1.26  2008/07/31 04:58:15  qboosh
 - commit -r is broken
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvsnt.spec?r1=1.26&r2=1.27&f=u



More information about the pld-cvs-commit mailing list