cvs Questions
29
Solved
Anyone have any suggestions on where to start for a newbie wanting to try out some sort of source-control along with a new journey into ASP.NET? SVN, VSS, CVS...I dont even know where to start!
Fivestar asked 19/9, 2008 at 15:43
6
I'm using GNU Emacs on my Ubuntu netbook in fullscreen mode. When I edit files that are under version control and hit C-x v v to commit the latest changes, an OpenSSH popup window will open and ask...
6
I'm currently working in a branch I created using the Team-->Branch. How do I use Team-->Merge to merge my changes to the branch back to head?
7
Solved
We are currently determining if we would move CVS and VSS projects to a single SVN server.
I've been using SVN for a long time now but is forced to use CVS and VSS for work stuff.
Would you pleas...
Tourbillion asked 9/7, 2009 at 3:29
4
Solved
I have a large number of projects setup in Git that were previously managed in CVS. Tortoise CVS as well as Eclipse both made it very easy to see (via icon overlays) if I had made changes to the re...
3
Solved
I've reached a point in my independent development work where I would like to start using Subversion techniques.
Up to now, I've been simply making backups by exporting my current database, and z...
5
Solved
We're currently using WinCVS but it's slow and has no merge dialog. I'm looking for something like Eclipse's Team Synchronize (so people can see what they'll get before they update).
What do...
8
Solved
Real easy one here guys. Best justification gets the win.
I'm a computer science student at a school you've heard of, and have been programming for several years now (about 8), so I've writt...
Stearne asked 12/12, 2010 at 6:31
1
Possible Duplicate:
Revision Control System Recommendations
I'm in the middle of developing a web app. Which version control system (CVS/SVN/GIT) is recommended for managing a web app...
Typeset asked 4/4, 2011 at 23:49
1
Solved
We have a CVS repository and we create a tag on the active branch whenever a successful build is done.
Is there any way by which I can determine the date when the tag was created?
Looking into the ...
2
Solved
Here's my current dir structure:
mygit
code
.git
morecode
mycode
The code folder is monitored by git and git's files are in the usual code/.git
I am working only on a piece of...
2
Solved
I keep seeing RCS and RCS Keywords while looking at svn and cvs. I don't know what RCS is and what the RCS Keywords are. They seem to be a feature but with no real explanation as to what they do.
...
3
Solved
How do I get the history of commits that have been made to the repository for a particular user?
I am able to access CVS either through the command line or TortioseCVS, so a solution using either...
Oberg asked 11/9, 2008 at 17:48
1
Solved
4
Solved
Is it possible to use a different diff program with CVS? I'd like to use something like meld to give me a side-by-side graphical view of the repository and my changes. It's out of my control to use...
1
Solved
there has already been some discussion about the problems the gen folder causes together with version control systems (SVN, CVS, Git etc). But what is still unclear for me is, should it be commited...
2
Solved
Eclipse is deployed with CVS client plugin by default. Why there are no svn source control clients that are bundled also by default?
Jerboa asked 15/11, 2010 at 22:3
2
I'm trying to convert a CVS repository to mercurial but can't get it to work.
I start with a clean checkout:
cvs -d :sspi;username=xxx;hostname=yyy.local:/cvsrepos checkout repo
Which works fi...
6
Solved
There is a legacy CVS repository, which contains a large number of directories, sub-directories, and paths. There is also a large number of branches and tags that do not necessarilly cover all path...
Undersell asked 26/8, 2008 at 18:40
1
I would like to prevent certain users from checking out certain modules of code in my cvs repo. I have already implemented pre-commit hooks that prevent those same users from committing code to par...
Wheatear asked 4/11, 2010 at 0:15
1
Our repositories are getting huge because there's tons of media we have ( hundreds of 1 MB jpegs, hundreds of PDFs, etc ).
Our developers who check out these repositories have to wait an abnormall...
Vesuvianite asked 21/10, 2010 at 17:57
9
Solved
I'd like to have all DB DDL code under CVS.
We are using Subversion for our .NET code but all database code remains still unversioned.
All we know is how important DB logic can be. I've googled ...
Guipure asked 12/1, 2010 at 15:0
2
Solved
I have read :
"Best practices for using git with CVS"
"How to export revision history from mercurial or git to cvs?"
, and neither suit my needs.
At work we use a remote CVS repo. Access to th...
3
Solved
Is there a command that returns a list of module names contained within a CVS repository?
Being a newbie to CVS, I imagine that there should be something along the lines of
cvs -d /usr/local/cvs ...
Vandervelde asked 9/8, 2010 at 6:55
2
I need to determine the exact date/time of a specific tag on a specific module in CVS. Can you please help me how can I do this - using eclipse CVS plugin especially? Thanks in advance.
© 2022 - 2024 — McMap. All rights reserved.