cvs

How can I change the case of a file in a Solaris CVS repository when most of the CVS clients are on Windows?

I have a file named FooBarBaz.xhtml checked into a CVS repository that resides on a Unix server. I'd like to rename the file to be foobarbaz.xhtml, but it has been my experience that this can cause problem since the CVS repository sees FooBarBaz.xhtml and foobarbaz.xhtml as separate files, while Windows sees them as the same file. To b...

Have a large CVS repository and would like to generate a text branch diagram

start (file a.c) | ----branch_A (1.2.3) | | | branch_A1 (1.3.4) | ----branch_B ...

CVS Ignore Directories

How do you set to ignore folders and all it's subdirectories in CVS? It's getting pretty annoying when it commits every file in my \bin, \obj or \TestResult folders. Tried *\TestResult in the ignore list to no avail ...

Some data is modified without apparent reason when importing .cvs to a MySQL db, any idea?

So I'm impoting a 80000+ lines .cvs files to a MySQL database, using Import CVS via LOAD DATA in phpMyAdmin, and it seems to work fine, there are no error messages. Problem is, ater the import, all lines in the table, starting with line 24002 have the same number in one of my database fields, and this number doesn't even exist in the .c...

CVS to Mercurial conversion with CRLF

I have converted a CVS repository to Mercurial, but the carriage returns are converted from CRLF (Windows style) to LF (Unix style). However, I want CRLFs in the repository! I realise that you can combat this problem with Mercurial extensions win32text and eol. But I would really prefer to have the repository converted with CRLFs in the ...

The Author column in the CVS history disappeared from Eclipse

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 out how to add it back. Does anyone have a clue on it? I am using the latest Eclipse (Helios) on 64-bit Windows 7. I used the following ste...

Is it possible to use SVN and CVS simultaneously with Eclipse

I've been using Tourtist-SVN locally on a project for version control of my code. I develop with Eclipse and will often import shared code using it's built in CVS module. Soon I will be be moving my local SVN repository to another server in order to work with other developers. I'm wondering if it's possible in Eclipse to continue ...

web dev environment : cvs + localhost + server in sync : nusphere phped + wamp

Hello, I am a freelance web developer (php/js/xhtml/css etc). Currently: 1) I use wamp on windows 7 for local development (localhost) 2) I use nusphere phped. 3) then when I have to check it on server, I transfer all files through cuteftp to my server. 4) I dont use any kind of CVS at all. What I want is a development environment whe...

Hosting helloworld project to cvs

Hi all: i have written a programme like helloworld, is there any way i can commit project like it to a CVS server? It seems the project approved must meet some requirements, so i think the chance is tiny. Is there existing CVS server which allow beginners to host their "simple" project free. Thanks in advance! ...

Migrate from CVS to Mercurial: Separating projects

We have a CVS repository with years of development history and 3 projects under one project (CVS folder). Those should be different repositories in a Mercurial repo. They are in the following scheme: Project ---Sub Project 1 ---Sub Project 2 ---Sub Project 3 Is there a way to automate this during the cvs2hg process? If not, what would...

how to manage a team to make a site using drupal ?

we have a team and want to make a site using drupal. as i see all the changes will be saved in database. so how we can have a version control? should we use of a cvs that take care of databases? if yes, how can i make a db cvs server? thanks. ...

Free CVS reporting tools

Please suggest me good and free reporting tools which works with CVS in Windows environment? The purpose of the reporting is to get the most detailed information from a CVS repository, including committing activity on a per user basis. ...

WinCVS is not connect with CVS

I am first time using wincvs. I installed wincvs and try to login after entering CVSROOOT but it gives following error."Unable to initialize the CVS process: The system cannot find the file specified. The CVS used is : cvs.exe". What is the reason Please help. ...

CVS checkout on windows ANT Build: invalid CEN header (bad signature)

I have code in CVS and when I checkout the code and do an ANT build on my Windows box I receive the following errors. Buildfile: C:\Java\JDeveloper\library\build.xml compile: [javac] Compiling 181 source files to C:\Java\JDeveloper\library [javac] error: error reading C:\Java\JDeveloper\library\lib\jdom.jar; invalid CEN header ...

Converting many CVS modules into a single SVN repository

I have a rather large CVS repository that I am looking to only convert a handful of modules into a single Subversion repository. I have been correctly guided to using cvs2svn for the conversion and have even gotten as far as building my own options file. I do not need to retain tags or branches, but I would like to retain the revision hi...

OpenCMS production practices

I'm (very) new to OpenCMS, and so is everyone else on my team. We've just started a new project and we're using OpenCMS. Right now we have an instance of OpenCMS running on each developer's machine, as well as a production server. We're using Eclipse/CVS for source control, but propagating changes to a different machine does not prop...

Cruise Control.Net, CVS, and Multiple Modules

Just starting to use Cruise Control, but can't seem to find anything on this or at least a better approach. Simple script: <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> Test cvs.exe theRoot theModule .... Problem is I would like to check more than one module for an update but NOT every mod...

Doing a 'diff/st' and ignoring the first line if it matches a specific criterion

In a repository for a well known open source project, all files contain a version string with a timestamp as their first line: <?php // $Id: index.php,v 1.201.2.10 2009-04-25 21:18:24 stronk7 Exp $ Even if I don't really understand why they do this - since the files are already under version control -, I have to live with this. The ...

Free CVS repository?

Hi everyone, I’m looking for a free CVS repository to access via Eclipse and for minimum two users to submit, update and commit changes. I’ve been scouring the net but with no luck. Does anyone know of such a service? Sincere - Mestika ...

Can Two CVS Trees (independent CVS Trees) be merged? How?

We had a CVS tree cvsrootv6 which uses Java 1.4 and Websphere 6.0. Now because we are upgrading our systems we copied the whole CVS tree i.e cvsrootv6 and make a new independent tree cvsrootv7 for Java1.6 and Websphere 7.0. While having cvsrootv6 tree in production we started resolving some versioning issues with cvsrootv7. At the same...