]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- newer code for adding new file to branch
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 29 Oct 2008 22:41:04 +0000 (22:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt.spec -> 1.30

cvsnt.spec

index 17ddf2146b8252d16a9d573853c1aea6051ff8d8..05323cc75f5bdc5afc67419001fc886dfc25f10d 100644 (file)
@@ -5,11 +5,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:
This page took 0.100469 seconds and 4 git commands to generate.