Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get content from a file on a cvs server for a website?

Status
Not open for further replies.

daviddoria

Technical User
Aug 17, 2009
5
0
0
US
I would like to display the current source code in a file on a cvs server on a website.

Something like:

<html>
<body>
display data from public.kitware.com:/cvsroot/VTK/myfile.h
</body>
</html>

Is this possible?

Thanks,

Dave
 
While that is basically possible you probably want to look at using something more flexible like ViewVC to display cvs controlled content through a web-browser.




"I may not have gone where I intended to go, but I think I have ended up where I needed to be." --- Douglas Adams
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top