Thank you Gabriel,

You comments are very helpful. Yes, I want to remove entire 
modules/repositories from my server because they are test modules/repositories 
- they contain only dummy projects. I use them to understand the basics of 
CVSNT server/WinCVS.

Thanks again!

Rodrigo.


From: cvsnt-requ...@cvsnt.org 
Sent: Tuesday, November 03, 2009 9:00 AM
To: cvsnt@cvsnt.org 
Subject: cvsnt Digest, Vol 83, Issue 1


Send cvsnt mailing list submissions to
cvsnt@cvsnt.org

To subscribe or unsubscribe via the World Wide Web, visit
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or, via email, send a message with subject or body 'help' to
cvsnt-requ...@cvsnt.org

You can reach the person managing the list at
cvsnt-ow...@cvsnt.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of cvsnt digest..."


Today's Topics:

   1. Re: Another couple of questions from a newbie (Gabriel Genellina)


----------------------------------------------------------------------

Message: 1
Date: Tue, 03 Nov 2009 00:52:00 -0300
From: "Gabriel Genellina" <gagsl-cv...@yahoo.com.ar>
Subject: Re: [cvsnt] Another couple of questions from a newbie
To: CVSNT <cvsnt@cvsnt.org>
Message-ID: <op.u2svoyfvgtm...@lepton.softlabbsas.com.ar>
Content-Type: text/plain; charset=iso-8859-15; format=flowed;
delsp=yes

En Fri, 30 Oct 2009 10:49:10 -0300, Rodrigo <racasti...@hotmail.com>  
escribi?:

> Another couple of questions from a newbie (my server machine runs CVSNT  
> Server, my client machine runs WinCVS):
>
> 1) How do I remove module from my current repository?

If you want to completely remove a top level module (so all traces of its  
existence are gone) - remove the corresponding directory in the  
repository; this must be done on the server. I think this is only sensible  
on a test server, or a test module. Usually you WANT to keep history,  
that's the whole point of using a versioning system, ok?

If you want to remove a subdirectory inside another module, delete all its  
contents (from the working copy, cvs remove; use the -P option in cvs  
update)

> 2) How do delete a complete repository, to start a new one?

Delete the corresponding directory on the server. Again, this has any  
sense for a testing server.

> 3) If I want to replace my CVS Server machine, do I simply copy the  
> repository directory from the old to the new machine, or are there other  
> things I need to do?

Basically, yes. You must replicate the same configuration on the new  
server (using the CVSNT control panel; settings are stored in the  
registry, if you want to export and import them). Also, you should review  
the configuration files and copy any script referenced there.

> 4) When should I use the "release" command from WinCVS?

I don't know about WinCVS, but the CVSNT release command is used to tell  
CVSNT that you are not interested in working with that directory anymore.  
Optionally, it may remove all CVS control files, or all files.

> 5) If I want to import a module and start working on it immediately,  
> should I check out the module right after importing it into the  
> repository?

Pass. I don't know the WinCVS workflow. With TortoiseCVS, it is enough to  
use the "Create new module" menu option followed by "Add contents" and a  
final "Commit".

-- 
Gabriel Genellina


------------------------------

_______________________________________________
cvsnt mailing list
cvsnt@cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/


End of cvsnt Digest, Vol 83, Issue 1
************************************
_______________________________________________
cvsnt mailing list
cvsnt@cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/

Reply via email to