top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to find dead projects in CVS

0 votes
227 views

we have a cvs repository in use. it's been around for about 10 years. i'm looking to find a way to identify projects that haven't had commits since a certain date. any insights would be appreciated.

posted May 31, 2013 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

We have stuck in integrating CVS with Bugzilla. We tried some online documents i.e. CVS Zilla, which we are unable to download it.

Is there any step by step document which we can follow?

+4 votes

I want to configure CVS on linux machine to maintain history and revision of files.

+1 vote

When I added a new top level directory to the repository, I accidentally created a double path, e.g. mydir/mydir instead of just mydir at the top of the repository tree. I tried to do the normal cvs delete or the directory, but since it's empty it doesn't do anything.

since I never had files in it and don't need any history or archived files from it, how can I remove it for good?

0 votes

Is this a way to tag and entire repository structure without having to check it out first. We have a huge repository about 2GB of data at a remote site. Running a old version of CVS 1.11.23. Yeah I know its old, but I cant do anything about it.

Something like

cvs tag  :pserver:user@cvs.repository.com:/usr/local/cvsroot/
0 votes

We have a build system (created by other CMs before I arrived), that create a CVS tag of the head for each build before checking out and compiling etc. Needed to say after years there are many/hundreds of tags such as PROD-VER-YYYYMMDD. When we go to look for a certain version in eclipse there are so many I often get memory errors when trying to search.

Also - there are special tags created for the needed versions like general availability release versions, and the integration testing versions that are delivered to the testing team.

So i want to remove a lot of the old tags using "cvs rtag -d module". Is this OK? I have deleted a few and it seems ok.. If I keep cleaning so that many are removed will it be harmful to the history or the CVS repository. Does it take up more space via recording these changes or anything like that either?

...