Em Sunday 28 October 2007 00:22:21 Bill escreveu: > Hello, > > Hopefully this is a simple question. I am using my own cvs repository for > development. I can check things out, commit and release. However, I seem > to be missing something. > > Once I am finished with the source code (ie: project completed) how do I > move it from the repository to it's production location? > > Thanks for any help!
cvs export the code / docs and then copy it to the final location. If you'll still use CVS for updates, you can cvs checkout your code / docs there. -- Jorge Godoy <[EMAIL PROTECTED]>
