Discussion:
[OpenAFS-Doc] Seeking XML Documents
Charles Curley
2008-07-17 22:34:30 UTC
Permalink
I've been referred to doc/xml/QuickStartUnix and don't seem able to
find it except by browsing the source
(http://openafs.org/frameset/cgi-bin/cvsweb.cgi/openafs/). running
"cvs up" doesn't seem to get it. How do I pull it in?

Thanks
--
Charles Curley /"\ ASCII Ribbon Campaign
Looking for fine software \ / Respect for open standards
and/or writing? X No HTML/RTF in email
http://www.charlescurley.com / \ No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB
Jeffrey Altman
2008-07-17 22:55:22 UTC
Permalink
Post by Charles Curley
I've been referred to doc/xml/QuickStartUnix and don't seem able to
find it except by browsing the source
(http://openafs.org/frameset/cgi-bin/cvsweb.cgi/openafs/). running
"cvs up" doesn't seem to get it. How do I pull it in?
Thanks
cvs up -d

gets you new directories.
Charles Curley
2008-07-18 18:13:16 UTC
Permalink
Post by Jeffrey Altman
Post by Charles Curley
I've been referred to doc/xml/QuickStartUnix and don't seem able to
find it except by browsing the source
(http://openafs.org/frameset/cgi-bin/cvsweb.cgi/openafs/). running
"cvs up" doesn't seem to get it. How do I pull it in?
Thanks
cvs up -d
gets you new directories.
Doh. Thank you.
--
Charles Curley /"\ ASCII Ribbon Campaign
Looking for fine software \ / Respect for open standards
and/or writing? X No HTML/RTF in email
http://www.charlescurley.com / \ No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB
Charles Curley
2008-07-18 19:21:10 UTC
Permalink
Post by Charles Curley
Post by Jeffrey Altman
Post by Charles Curley
I've been referred to doc/xml/QuickStartUnix and don't seem able to
find it except by browsing the source
(http://openafs.org/frameset/cgi-bin/cvsweb.cgi/openafs/). running
"cvs up" doesn't seem to get it. How do I pull it in?
Thanks
cvs up -d
gets you new directories.
Doh. Thank you.
It gets the directories alright. Now, how do I get the files inside
them? "cvs up" didn't work. Is there some magic incantation I don't
know about?
--
Charles Curley /"\ ASCII Ribbon Campaign
Looking for fine software \ / Respect for open standards
and/or writing? X No HTML/RTF in email
http://www.charlescurley.com / \ No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB
Jeffrey Altman
2008-07-18 19:54:52 UTC
Permalink
Post by Charles Curley
It gets the directories alright. Now, how do I get the files inside
them? "cvs up" didn't work. Is there some magic incantation I don't
know about?
What branch is your cvs tree?

The sources are on the head
Charles Curley
2008-07-18 19:53:50 UTC
Permalink
Post by Charles Curley
Post by Charles Curley
Post by Jeffrey Altman
Post by Charles Curley
I've been referred to doc/xml/QuickStartUnix and don't seem able to
find it except by browsing the source
(http://openafs.org/frameset/cgi-bin/cvsweb.cgi/openafs/). running
"cvs up" doesn't seem to get it. How do I pull it in?
Thanks
cvs up -d
gets you new directories.
Doh. Thank you.
It gets the directories alright. Now, how do I get the files inside
them? "cvs up" didn't work. Is there some magic incantation I don't
know about?
Answer: yes. You check out HEAD, not one of the branches. So, e.g.:

cvs checkout -d openafs.head openafs

Thanks to Mike Meffie for that one.
--
Charles Curley /"\ ASCII Ribbon Campaign
Looking for fine software \ / Respect for open standards
and/or writing? X No HTML/RTF in email
http://www.charlescurley.com / \ No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB
Jason Edgecombe
2008-07-17 22:57:59 UTC
Permalink
Post by Charles Curley
I've been referred to doc/xml/QuickStartUnix and don't seem able to
find it except by browsing the source
(http://openafs.org/frameset/cgi-bin/cvsweb.cgi/openafs/). running
"cvs up" doesn't seem to get it. How do I pull it in?
Thanks
Is this what you need? http://openafs.org/cvs.html


You can also download one of the doc tarballs form the openafs release
page http://openafs.org/release/latest-unstable.html
Note: 1.5.x branch is not recommended for non-unix platforms, but 1.5.50
has the most up-to-date documentation besides cvs itself.

Jason
Loading...