LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-16-2009, 12:05 AM   #1
your_shadow03
Senior Member
 
Registered: Jun 2008
Location: Germany
Distribution: Slackware
Posts: 1,466
Blog Entries: 6

Rep: Reputation: 51
Syncing the Two Subversion Repository


I have a SVN Server running on Ubuntu Fiesty with projects:
delta
beta
gamma

I have a new Fedora 9 Machine running other projects like:

pluto
mercury
jupiter

The Users for both the SVN Authentication are different. Developers who have been working on Ubuntu Fiesty has a Request that Projects has to be migrated to Fedora Machine. But They Dont want to change the URL Just Sync Ubuntu to Fedora Repo.
How Can this be implemented?
 
Old 06-16-2009, 05:55 PM   #2
BrianK
Senior Member
 
Registered: Mar 2002
Location: Los Angeles, CA
Distribution: Debian, Ubuntu
Posts: 1,334

Rep: Reputation: 51
Not sure if I see the goal.

It seems like you (or someone) wants all SVN repositories on one machine, but they want to continue accessing through 2 different machines. Is that right? If so, what's the point in putting them on one machine? Is it for some sort of backup purpose?

For the record, you can switch the source of your local svn copy with a single "svn switch --relocate old_url new_url" command. After that, they can continue using the standard "svn co" and "svn commit" sort of commands (where the URL is implied). That being the case, all repositories could live in one place. You can move a repository like so:

Code:
svnadmin dump repositoryPath > repository.dumpfile
# cd or ssh to new location #
svnadmin create repository-name
svnadmin load repository-name < repository.dumpfile
If they really want all repositories on one machine, but to access them through two machines, you could share the repository directory on the Fedora machine to the Ubuntu machine so that the ubuntu machine still manages the SVN accounts & changes, but the data physically lives on the Fedora machine.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Set up Subversion Repository Using Apache vamsi_k Linux - Newbie 0 10-27-2008 07:06 AM
Subversion No repository found jdwilder General 3 02-23-2008 08:58 AM
Subversion Repository Browser ???? ajeetraina Linux - Server 0 12-19-2007 11:55 PM
Splitting an Existing Subversion Repository stevec Linux - Software 1 09-21-2007 04:30 PM
Setting up a subversion server/repository filburt1 Linux - Software 1 11-03-2006 12:28 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration