Sponsored Content
Top Forums UNIX for Advanced & Expert Users CVS: move part of repository (branch) to SVN server Post 302210901 by +Yan on Wednesday 2nd of July 2008 08:07:07 AM
Old 07-02-2008
CVS: move part of repository (branch) to SVN server

Hi all,

We have CVS server running for few years with absolutely no problems.
Because of conditions not depending on me, I'm forced to move some part of our repository to another server (SVN). I need to move ONLY one branch from CVS server to SVN server. The branch must be moved with all changes made on it. I can move entire repository with absolutely no problem, but do not know how to move part of the branch with changes (cvs checkout will not work ofcourse ).

Thank you in advance for your help.
 

10 More Discussions You Might Find Interesting

1. Solaris

backup repository in cvs

dears does any one know how can i take backup for reposirory in cvs ?? (9 Replies)
Discussion started by: murad.jaber
9 Replies

2. Shell Programming and Scripting

Extraction of latest files from cvs repository

Hi everyone.. Anybody having idea to get the latest file from CVS repository through schell scripts. Thanks in advance. Regards shahid Bakshi (4 Replies)
Discussion started by: shahidbakshi
4 Replies

3. Programming

How to create a new file in a CVS repository

I have a coding project that I'm working on, and I'm tracking revisions using CVS. I'm working on a branch (branch1) at version 1.1.2.1. Anyway, I created a new C file in the directory for the project, but I can't commit it. The tutorial I read on CVS said that version numbers will be assigned... (6 Replies)
Discussion started by: Ultrix
6 Replies

4. Shell Programming and Scripting

Find and move files parsed from cvs file

I need help with a bash script. We have a directory of files which need to be renamed and moved to another directory based on filename information in a cvs file. The contents of the cvs file are as follows: A102345,abc123 A102347,dfg475 Where dfg475 is the basename without extension Our... (8 Replies)
Discussion started by: Lloyd Boyette
8 Replies

5. Solaris

How to integrate SVN client to SVN server repository.

Hi, I am new to SVN configuration on Solaris 10.I have installed SVN client version 1.7. bash-3.00# ./svn --version svn, version 1.7.4 (r1295709) compiled Mar 2 2012, 12:59:36 Here my requirement is how to integrate svn client to One of the SVN server repository. My repository... (0 Replies)
Discussion started by: muraliinfy04
0 Replies

6. UNIX for Advanced & Expert Users

Copy files from SVN Server

Hi, We have a SVN server on which the developers upload their source code which is in the form of a .ear file or a folder. We login to the SVN server using our credentials and then go to the directory in which the application is placed and then click on the download link to download the... (6 Replies)
Discussion started by: mohtashims
6 Replies

7. UNIX for Dummies Questions & Answers

Access of Microsoft Team Foundation Server (TFS) repository from Unix Server

Hello, Some of our application team uses Microsoft Team Foundation server (TFS) reposity tool for their .NET projects , I would like to access it form Unix/Linux machine. Please let me know how can access the TFS from unix. Thanks (0 Replies)
Discussion started by: posix
0 Replies

8. Red Hat

CVS repository connecting error in Linux 5.3

Hi Friends, I configured CVS Repository in RHEL 5.3 Server. But connecting the CVS Repository get the error like. # cvs -d:pserver:cvs@localhost:/backup/cvs/cvsrep login Logging in to :pserver:cvs@localhost:2401/backup/cvs/cvsrep CVS password: cvs : connect to :2401 failed: Connection... (0 Replies)
Discussion started by: srinivas814
0 Replies

9. Web Development

Svn repository relocation

Hi, I have a svn setup with multiple code repositories. Recently the filesystem holds the repository got full and i wanted to have to move some code repositories to another filesystem. I copied some of the code repositored using the "mv" command to another filesystem and created a symlink with... (1 Reply)
Discussion started by: arumon
1 Replies

10. UNIX for Advanced & Expert Users

Trying to figure out the CVS repository server.

We have an issue where we are able to check out files from unix however not from windows. On Unix I have the cvs host set to /home/group/CVSROOT but when I try and access the folder from windows I get an exception that the server refuses connection. On unix the CVSROOT is a filer and not the... (0 Replies)
Discussion started by: jjohnson
0 Replies
CVSCHANGELOGBUILDER(1)					      General Commands Manual					    CVSCHANGELOGBUILDER(1)

NAME
cvschangelogbuilder -- build cvs ChangeLogs and cvs html reports SYNOPSIS
cvschangelogbuilder -output=outputmode [-m=module -d=repository] [-b=branch] [-tagstart=tagname] [-tagend=tagname] [-ssh] [-rlog- file=rlogfile] [-keeprlogfile] [-dir=dirname] [-viewcvsurl=viewcvsurl] [-ignore=file/dir] [-only=file/dir] [-includeheader=file] [-allowindex] [-debug=x] DESCRIPTION
cvschangelogbuilder generates advanced ChangeLog/Report files for CVS projects/modules. OPTIONS
-output=outputmode Where outputmode is: o listdeltabydate To get a changelog between 2 versions, sorted by date o listdeltabylog To get a changelog between 2 versions, sorted by log o listdeltabyfile To get a changelog between 2 versions, sorted by file o listdeltaforrpm To get a changelog between 2 versions for rpm spec files o buildhtmlreport To build an html report Note that "between 2 versions" means (depends on tagstart/tagend options): o from start to a tagged version (version changes included) o from a tagged version (excluded) to another tagged version (included) o or from a tagged version until now (version changes excluded) You can also add extra parameters when output=buildhtmlreport by adding them after a colon and separated by a comma, like this: -output=buildhtmlreport:param1,param2 This is extra paremeters available for -output=buildhtmlreport mode: o nosummary To remove summary part o nolinesofcode To remove lines of code part o nodevelopers To remove developers part o nodaysofweek To remove days of week part o nohours To remove hours part o notags To remove tags part o nolastlogs To remove last logs part o nolimit To not limit last logs to last 200 o sortbyrevision To sort last logs by revision o includediff To include diff inside report page (very slow) o loosecommits To separate commits for same log by spaces -m=module -d=repository The 'module' and 'repository' are the CVS module name and the CVS repository. If current directory is the root of a CVS project built from a cvs checkout, cvschangelogbuilder will retreive module and repository value automatically. If no local copy of repository are available or to force other value, use: o -m=module To force value of module name o -d=repository To force value of CVSROOT -branch=branchname To work on another branch than the default branch. -tagstart=tagname To specify start tag version. -tagend=tagend To specify end tag version. -ssh To run CVS through ssh (this set env var CVS_RSH="ssh"). -rlogfile=rlogfile If an up-to-date log file already exists localy, you can use this option to avoid log download, for a faster result. -keeprlogfile Once process is finished, you can ask to not remove the downloaded log file. -dir=dirname Output is built in directory dirname. -viewcvsurl=viewcvsurl File's revisions in reports built by buildhtmlreport output are links to "viewcvs". String '__MODULE__' will be replaced by name of CVS module. -ignore=file/dir To exclude a file/dir off report. -only=file/dir To have reports only on file/dir that match. -includeheader=file To add content of a file after body tag. -allowindex To allow meta tag index (noindex by default). -debug=x To output on stderr some debug info with level x. SEE ALSO
cvs (1). AUTHOR
This manual page was written by Adriaan Peeters apeeters@lashout.net for the Debian system (but may be used by others). It is based on the help output of cvschangelogbuilder. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Gen- eral Public License, Version 2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. CVSCHANGELOGBUILDER(1)
All times are GMT -4. The time now is 08:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy