On Saturday 08 March 2003 11:05 am, Brian Paul wrote:
> I've merged the Mesa website with the Mesa/docs/ directory and updated much 
of 
> the content.  I think everything's better organized now and the 
redundancies 
> between the website and docs/ directory are history.  A few pages are still 
> just plain text and not html-ized yet.
> 
> Everything is in CVS now.  To update the website, the procedure is to edit 
the 
> files in the Mesa/docs/ directory, check them into CVS, then upload them to 
> the sourceforge Mesa website directory.  Actually, I'd like to find a way 
to 
> have the website point directly into the CVS repository so that CVS 
check-ins 
> would be published immediately, but I don't know if that's possible.

This is not possible.  CVS stores them as rcs files, which puts all of their 
versioning/diffs directly inside each file.  The best you could do is make 
htdocs/ a checked-out sandbox, and then set up a script on a commit trigger 
that will cd htdocs && cvs update.  I believe this is possible.


Nick


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to