|
My team works on a project in cvs containing about 20,000 Java files. Because of the number of files, it takes a while to do a cvs update. I typically keep about 5 copies of the entire tree checked out, to make it easy to check in different requests without...
Started by Motlin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then, all of our development projects happen on feature branches... .
We basically use the master branch in git as a single, updated CVS version of the code; we don't do any development there, just CVS updates.
We do something similar at work.
|
|
Hi,
we are planing to move away from CVS and to SVN.
Everything looks good expect that our developers do a pre/post tags on each submission.
So, in CVS we don't have a problem as TAGS are intuitive and cheap.
However, in SVN, Tag is a copy right?
With...
Started by VN44CA on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
As Richard's comment says in Version Control with Subversion for more information... .
Have a look at the Subversion book for details.
I'm not sure if I understand the question correctly, but you can tag a specific than in CVS.
For CVS users.
|
|
We are using CVS for around 50 java-projects which we develop using Eclipse, and build using Hudson.
We have now reached the point where we want to migrate to something better, and I am considering that using git masquerading as a CVS server might be ...
Started by Thorbjørn Ravn Andersen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
From git-cvsserver manpage:
DESCRIPTION This application is....
Just a comment:
CVS is a centralized VCS, meaning all your projects can fit within one CVS, and I am not sure if the vision of one "CVS-like" Git server will still apply.
|
Ask your Facebook Friends
|
LAST EDITED ON 05-06-12 AT 10:39 PM (EST) Woman Jailed For Trying To Fill A Prescription Most stories like this are about people who hope to pick up a quick buck, but this one is different. The CVS employee filed a police report falsely accusing this ...
Started by AyaK on
, 21 posts
by 9 people.
Answer Snippets (Read the full thread at realitytvworld):
I understand to burden the court system or future victims....
They have more to lose with the chains.' So give back to your local small businesses, for all the good that'll do .
This incident only surprises me because it was with CVS.
Encouraging.
|
|
I just started using Viggle because I was trying to get a $5 gift card to CVS, however, when I went to redeem today it was no longer on the list of rewards. Do they often restock the rewards on Viggle?
I noticed the ITunes card is gone too.
Started by couponjunkies7072 on
, 25 posts
by 16 people.
Answer Snippets (Read the full thread at afullcup):
I wonder how often they come n go....
Viggle was my new cash card @ cvs.
Posts.
|
|
My company unwittingly switched from cvs to subversion and now we're all wishing we had cvs back. I know there's tools to migrate history and changes from cvs to svn and there's no equivalent to do the reverse. Any suggestions or ideas on how to do this...
Started by stu on
, 13 posts
by 13 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to change....
Seriously, why would you prefer CVS to SVN? CVS is literally a toy that pretends to allow teams to work without CVS.
Do not do this.
Not an upgrade.
Well, subversion to cvs won't be exactly upgrading.
|
|
Hi
i'm going to be responsible for deciding how tagging branching is going to happen in our CVS/SVN repo.
Is there any literature that will help me understand the best way to work with CVS? either branching/tagging, etc?
thanks
Started by vilaca on
, 13 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
Branches are painful with CVS....
CVS is file.
My personal experience during more than 10 years of CVS at the FreeBSD project is: switch to something else as fast as you can.
The Cederqvist is generally regarded as the guide to CVS.
|
|
I am converting from existing CVS repository to SVN repository. CVS repository has few brances and I'd like to rename branches while converting.
Wanted conversion is like this:
CVS branch SVN branch HEAD -> branches/branchX branchA -> trunk branchB...
Started by Juha Syrjälä on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
One of the benefits of this is that FishEye will understand the output a lot better..
It's been a while since I've done a CVS -> SVN conversion branches.
Finished and no history will be lost.
|
|
I had an interesting convo with one of my favorite cashiers yesterday. He told me that when Longs Drug was taken over by CVS they kept the same staff and q rules, hence the less q friendly staff. I was wondering why some CVS stores and staff were so friendly...
Started by Melanievcb on
, 24 posts
by 18 people.
Answer Snippets (Read the full thread at afullcup):
: ) I actually love a challenge, but all my CVS stores are too friendly for me to even have to prove my point anymore.
Headache.
|
|
What is the best approach to implement access control on CVS repositories hosted on a Linux server? The goal is to prevent accidental deletion of modules by developers. The developers should be able to do all other CVS activities.
Started by CodeLizard on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It adds two new subcommands (acl & racl) to cvs for access control list management....
What should they be able to do precisely?
CVSACL is a patch for CVS.
From deleting the content of the module, so I don't really understand the question.
|