]> git.pld-linux.org Git - packages/cvsnt.git/commitdiff
- hint for adding new file to branch
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 29 Aug 2008 22:39:10 +0000 (22:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvsnt.spec -> 1.27

cvsnt.spec

index c0ebbc8ec7e368b1e146a9b8b371b0423239305b..6b78a58e8e6e238c454389d542e2e93dcfbff655 100644 (file)
@@ -4,6 +4,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:
This page took 0.070383 seconds and 4 git commands to generate.