From: Rick M. <RMC...@ma...> - 2005-05-03 18:23:49
|
Hi All, I was finally able to connect to the sourceforge cvs server and upload the source files to the biocsharp project. As it turns out, there is a 5 hour delay for the files to show up on the public ViewCVS site at the BioCSharp project home. This is only for the project site, not when you connect directly to the cvs server using a client. I did screw up on my first attempt ( I wasn't thinking) and created the module org with a number of folders and files below (corresponding to the namespace). However, that organization doesn't lend itself very well to VS.NET solutions. So I created a second module called biocsharp that contains the solution files (bin, obj, etc.) as well as the org.biocsharp folders(namespace) and files. Meaning that when you connect to the cvs server, check out the biocsharp module not the org module, that should retrieve all the files to your local machine. I have to say this has taken a bit of getting used to since I am used to SourceSafe for my source control. The recommended CVS client (TortoiseCVS) uses the windows explorer and not a dedicated GUI. So you have to right mouse click CVS checkout... to get the files. John, how did you want to add your files? under org.biocsharp.bio.ontology or org.biocsharp.ontology If you guys need help/instructions on how to set up the CVS let me know....it took a little while to figure it out (especially generating the private key for the SSH and submitting it to Sourceforge). Best, Rick |