Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
CVSNotes
Edit
PageHistory
Diff
Info
LikePages
Notes for [CVS] !! View an old revision of a file You can "update" a file to stdout using <tt>-p</tt> <verbatim> cvs update -r 1.14 -p index.php </verbatim> !! <tt>1234/path/to/repository: no such repository</tt> You said something like <tt>cvs -d :pserver:hostname:1234/path/to/repository</tt>, but your client is older than version 1.11.x and doesn't understand <tt>host:port</tt> being part of the pserver path. You need to upgrade. !! <tt>cvs commit: sticky tag `1.1' for file `foobar.ext' is not a branch</tt> Take the sticky tag off the file with: <verbatim> cvs update -A foobar.ext </verbatim> !! CVS file system permissions * directories: 2770 * files: 0440 ---- CategoryVersionControl
One page links to
CVSNotes
:
CVS