|
From: Rick W. <rw...@de...> - 2004-12-21 21:03:52
|
Patrick Mineault wrote: > There are a few links in the CVS section of the SourceForge AMFPHP page > that discuss how to get CVS working. Since you're not registered as a > developer yet, you have to follow the anonymous instructions, and make > sure you work with pserver. http://sourceforge.net/cvs/?group_id=72483 Under the heading "Anonymous CVS Access." > When you'll get write access, you'll have to checkout the sources module > again, you won't be able to chnage your username and password, hance > you'll have to start over. I believe the trick is: When you get dev access, move to a new directory, and checkout the project with your developer credentials. Move back to the directory where you have the changes to the anonymous checkout. Do a cvs update to make sure your files have all the latest changes made by others. Correct conflicts as needed. Do a cvs diff, and copy the files you have changed from the anonymous directory to the developer directory. Do a cvs commit to post your updates. Destroy the anonymous directory so you don't get confused. The other thing would be to post your patches to the list and let someone who has dev access post the changes until you receive developer access to the project. Rick |