]> git.pld-linux.org Git - packages/cvsnt.git/blobdiff - cvsnt.spec
- hint for adding new file to branch
[packages/cvsnt.git] / cvsnt.spec
index 2d74910e9db1dc40c56d687903e6f380d265be6a..6b78a58e8e6e238c454389d542e2e93dcfbff655 100644 (file)
@@ -3,6 +3,13 @@
 %bcond_without kerberos                # build without krb5 support
 #
 # 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.053108 seconds and 4 git commands to generate.