cvs Questions

3

Solved

I am working on a website where I will be able to create project and upload data to each of my products. The data could be mostly in the form of spreadsheet docs, images, pdfs etc. Ideally, I would...
Dignitary asked 11/1, 2011 at 8:20

8

Solved

How can I list files CVS without an initial checkout? In subversion I can simply do "svn ls http://svn.svn.com" in CVS how can I do this? For example I've got this CVS connection: pserver:[emai...
Builtup asked 20/5, 2009 at 18:5

3

Solved

I have a project with autotools: automake, autoconf. I want to prohibit make from remaking files configure, Makefile.in, etc; just to do compile job. Some of files are edited by hand, and I know ...
Godgiven asked 20/4, 2011 at 13:23

8

Solved

I've used both SVN and CVS a little bit, but will need to choose one for a new project I will be starting. Can anyone who has used both extensively please offer some pros and cons and which ...
Shavian asked 28/10, 2008 at 23:44

1

Solved

I convert a CVS repository to a Git repository with the following command: $ git cvsimport -vaikd :pserver:[email protected]:2401/ -C IVR-GUI GIT However, Git ignores the empty directories ...
Designation asked 10/8, 2012 at 3:47

4

I get this error during checkout: cvs checkout: warning: new-born file.java has disappeared cvs [checkout aborted]: cannot make directory : No such file or directory cvs status: cannot rewrite CVS...
cvs
Eating asked 25/11, 2008 at 15:43

4

I'm using emacs with cvs and have cvs mode enabled. I'd like to get line-by-line highlighting of changes from the latest version in CVS. I've seen this done in intellij where there is a green indic...
Smelly asked 25/2, 2009 at 21:39

1

Solved

I have a large CVS repository containing files in ISO-8859-1 and want to convert this to git. Sure I can configure git to use ISO-8859-1 for encoding, but I would like to have it in utf8. Now wit...
Hoffman asked 15/6, 2012 at 14:5

1

Solved

When I try to commit to repository via CVS I get the error message cvs [log aborted]: the :extssh: access method is not available on this system
Anosmia asked 21/5, 2012 at 12:30

3

I am wondering how to get the last changes in a CVS module easily.
Larhondalari asked 7/10, 2009 at 11:20

2

It finally started to annoy me enough to ask this question: how do I do a basic diff between two revisions of a file in CVS? Usually I want to compare the latest revision and some random old one. I...
Estrada asked 16/9, 2008 at 12:14

5

I have made a bunch of changes to a number of files in a project. Every commit (usually at the file level) was accompanied by a comment of what was changed. Is there a way to get a list from CVS ...
Lewd asked 31/10, 2008 at 6:21

3

Solved

I would like to use svn export to export a bunch of files out of a Subversion repository. And I also wish to forgo keyword expansion on any of the keywords found in these files regardless of the sv...
Peroration asked 7/2, 2010 at 2:19

5

Solved

I use Mercurial for version controlling my source code. But some people prefer other version control systems (like git, Bazaar, SVN, CVS). I would like to know, is it possible to store a repositor...
Disburse asked 22/2, 2012 at 9:22

3

It happened since yesterday that the Author column in the CVS history disappeared in my Eclipse IDE. I have gone through all the menus in Eclipse and all kinds of Google search but couldn't figured...
Pouch asked 17/9, 2010 at 20:10

6

Solved

Is there a way to see all the recently changed files in an eclipse project (including files recently changed by other CVS users)? Thanks.
Jahncke asked 22/3, 2010 at 14:37

1

Solved

Do anyone know if there is a library which provides an API for Java to manage CVS repositories (for example to checkout a path)? I have found JavaCVS (from NetBeans) and a project called JCV...
Gaynor asked 30/11, 2011 at 17:9

1

Is there a way to have CVS checkout everything and if it hits corrupted files it will just skip them and go on?
Fantinlatour asked 10/7, 2009 at 19:10

5

Solved

Generally,our fixes/patches for any bugs involves changes in multiple files and we will commit all these files in a single shot. In SVN, for each commit (may involve multiple files),it will increm...
Herriot asked 30/6, 2009 at 20:38

2

Solved

I need to commit a jar file in binary mode from the command line. What command should I use? The following does not work: $ cvs commit -kb -m "Committing v2.5.7" myJar.jar Usage: cvs commit [-Rlf...
Recurrent asked 25/10, 2011 at 18:59

1

To clarify immediately, I'm not interested in writing a backdoor. I have no interest in submitting backdoor changelists to projects myself. I'm researching some source modeling techniques, a...
Anguilliform asked 6/10, 2011 at 19:20

1

Solved

I have a CVS server which is known to be ok (works from other machines). I am trying to set up Eclipse to connect from an Ubuntu box. The following command-line command succeeds: cvs -d ':extssh...
Wineskin asked 24/5, 2011 at 22:13

5

Solved

Under what circumstances would this or would this not be safe? I have a branch that has a four changes (no file add or deletes). Would this be safe to delete? Edit: The reason for wanting to delet...
cvs
Lactam asked 26/9, 2008 at 18:26

10

Solved

One of my colleagues has totally messed up the contents of a directory in our main CVS repository. I need to just revert the whole module to the state it was in at the end of last year. What's the ...
Lakeshialakey asked 12/1, 2009 at 13:13

1

Solved

I've used Subversion since (insert year from early previous decade) but now am at a company using CVS. There are plenty of how-to guides, tutorials, cheatsheets, etc for people going from old versi...
Kassala asked 22/6, 2011 at 4:37

© 2022 - 2024 — McMap. All rights reserved.