CVSNT to CVSNT Migrations The Next CEO of Stack OverflowWhat is best practice for upgrades with AWS autoscaling and database migrations?Windows DNS Migrations - new IPWhere should migrations be run on elasticbeanstalk deployment process?Email migrations from office 365 to gsuite
Why Were Madagascar and New Zealand Discovered So Late?
Too much space between section and text in a twocolumn document
How to write the block matrix in LaTex?
How to count occurrences of text in a file?
Grabbing quick drinks
How should I support this large drywall patch?
The King's new dress
Why do remote companies require working in the US?
How to write papers efficiently when English isn't my first language?
Whats the best way to handle refactoring a big file?
Rotate a column
Why didn't Khan get resurrected in the Genesis Explosion?
Explicit solution of a Hamiltonian system
Opposite of a diet
Science fiction (dystopian) short story set after WWIII
Horror movie/show or scene where a horse creature opens its mouth really wide and devours a man in a stables
Why does GHC infer a monomorphic type here, even with MonomorphismRestriction disabled?
How do scammers retract money, while you can’t?
% symbol leads to superlong (forever?) compilations
What makes a siege story/plot interesting?
What is the difference between "behavior" and "behaviour"?
Fastest way to shutdown Ubuntu Mate 18.10
What can we do to stop prior company from asking us questions?
Is a stroke of luck acceptable after a series of unfavorable events?
CVSNT to CVSNT Migrations
The Next CEO of Stack OverflowWhat is best practice for upgrades with AWS autoscaling and database migrations?Windows DNS Migrations - new IPWhere should migrations be run on elasticbeanstalk deployment process?Email migrations from office 365 to gsuite
Has anybody re-homed a CVSNT installation?
I need to take a CVSNT setup on one ageing server and relocate it to a new shiny server, but i don't have a great deal of experience with this software.
Does anyone know the basic process for moving an entire repository to a new server? We have 3 base repositories, totaling about 6GB. Size wise it's not too big, but i need to make sure all the history is migrated correctly.
I've googled around a bit, but not managed to find any info on this kind of move, everyone seems to prefer to write how-to's on moving to Subversion et al....
The CVSNT server is running on windows if that makes a great deal of difference....
migration cvs
bumped to the homepage by Community♦ 16 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Has anybody re-homed a CVSNT installation?
I need to take a CVSNT setup on one ageing server and relocate it to a new shiny server, but i don't have a great deal of experience with this software.
Does anyone know the basic process for moving an entire repository to a new server? We have 3 base repositories, totaling about 6GB. Size wise it's not too big, but i need to make sure all the history is migrated correctly.
I've googled around a bit, but not managed to find any info on this kind of move, everyone seems to prefer to write how-to's on moving to Subversion et al....
The CVSNT server is running on windows if that makes a great deal of difference....
migration cvs
bumped to the homepage by Community♦ 16 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Has anybody re-homed a CVSNT installation?
I need to take a CVSNT setup on one ageing server and relocate it to a new shiny server, but i don't have a great deal of experience with this software.
Does anyone know the basic process for moving an entire repository to a new server? We have 3 base repositories, totaling about 6GB. Size wise it's not too big, but i need to make sure all the history is migrated correctly.
I've googled around a bit, but not managed to find any info on this kind of move, everyone seems to prefer to write how-to's on moving to Subversion et al....
The CVSNT server is running on windows if that makes a great deal of difference....
migration cvs
Has anybody re-homed a CVSNT installation?
I need to take a CVSNT setup on one ageing server and relocate it to a new shiny server, but i don't have a great deal of experience with this software.
Does anyone know the basic process for moving an entire repository to a new server? We have 3 base repositories, totaling about 6GB. Size wise it's not too big, but i need to make sure all the history is migrated correctly.
I've googled around a bit, but not managed to find any info on this kind of move, everyone seems to prefer to write how-to's on moving to Subversion et al....
The CVSNT server is running on windows if that makes a great deal of difference....
migration cvs
migration cvs
asked Apr 29 '10 at 14:28
BParkerBParker
192214
192214
bumped to the homepage by Community♦ 16 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 16 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You should just be able to copy the folders to the new server. CVS control files usually contain relative paths and contain no server-specific information.
See the following link:
http://www.mail-archive.com/cvsnt@cvsnt.org/msg04278.html
add a comment |
Robert Durgin is right, you only have to copy the root folder of your cvs repository.
However, you should be careful to install the same version of CVSNT on the new server, as since 2.5.05 unicode is the default encoding of the server
this forced me to update the server encoding settings on my CVS client (eclipse) .. but I couldn't fix the history encoding and had to revert to 2.5.03
(of course this only applies if your current settings do not use a unicode enconding for the CVS server)
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f137038%2fcvsnt-to-cvsnt-migrations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should just be able to copy the folders to the new server. CVS control files usually contain relative paths and contain no server-specific information.
See the following link:
http://www.mail-archive.com/cvsnt@cvsnt.org/msg04278.html
add a comment |
You should just be able to copy the folders to the new server. CVS control files usually contain relative paths and contain no server-specific information.
See the following link:
http://www.mail-archive.com/cvsnt@cvsnt.org/msg04278.html
add a comment |
You should just be able to copy the folders to the new server. CVS control files usually contain relative paths and contain no server-specific information.
See the following link:
http://www.mail-archive.com/cvsnt@cvsnt.org/msg04278.html
You should just be able to copy the folders to the new server. CVS control files usually contain relative paths and contain no server-specific information.
See the following link:
http://www.mail-archive.com/cvsnt@cvsnt.org/msg04278.html
answered Apr 30 '10 at 2:19
Robert DurginRobert Durgin
1414
1414
add a comment |
add a comment |
Robert Durgin is right, you only have to copy the root folder of your cvs repository.
However, you should be careful to install the same version of CVSNT on the new server, as since 2.5.05 unicode is the default encoding of the server
this forced me to update the server encoding settings on my CVS client (eclipse) .. but I couldn't fix the history encoding and had to revert to 2.5.03
(of course this only applies if your current settings do not use a unicode enconding for the CVS server)
add a comment |
Robert Durgin is right, you only have to copy the root folder of your cvs repository.
However, you should be careful to install the same version of CVSNT on the new server, as since 2.5.05 unicode is the default encoding of the server
this forced me to update the server encoding settings on my CVS client (eclipse) .. but I couldn't fix the history encoding and had to revert to 2.5.03
(of course this only applies if your current settings do not use a unicode enconding for the CVS server)
add a comment |
Robert Durgin is right, you only have to copy the root folder of your cvs repository.
However, you should be careful to install the same version of CVSNT on the new server, as since 2.5.05 unicode is the default encoding of the server
this forced me to update the server encoding settings on my CVS client (eclipse) .. but I couldn't fix the history encoding and had to revert to 2.5.03
(of course this only applies if your current settings do not use a unicode enconding for the CVS server)
Robert Durgin is right, you only have to copy the root folder of your cvs repository.
However, you should be careful to install the same version of CVSNT on the new server, as since 2.5.05 unicode is the default encoding of the server
this forced me to update the server encoding settings on my CVS client (eclipse) .. but I couldn't fix the history encoding and had to revert to 2.5.03
(of course this only applies if your current settings do not use a unicode enconding for the CVS server)
answered May 19 '10 at 16:05
shil88
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f137038%2fcvsnt-to-cvsnt-migrations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown