[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

How to move a Repository and its associated folder to a new server

From: Big George <jbeteta_at_gmail.com>
Date: Thu, 27 Oct 2011 14:56:36 -0700 (PDT)

Hello,
I have two PCs:
- PC1, IP: 192.168.8.16, Windows XP
- PC2, IP: 192.168.8.40, Windows Server 2003

In PC1 I have installed:

- Subversion for Win32, version 1.6.0.

- TortoiseSVN 1.6.16 for Win32

- Folder with scripts to control versions:
D:\Scripts_DB
(This folder contains many sub-folders and text files. Those text
files are successfully controlled by Subversion. If I modify some text
file, immediately I update and commit with Tortoise)

- URL of Repository that contains D:\Scripts_DB:
svn://192.168.8.16/logs_scripts_bd/Scripts_DB

- Repository is in:
C:\Subversion\svn_Repos

In PC2 I have installed:
- VisualSVN Server 2.1.11 for Win32
- TortoiseSVN 1.6.16 for Win32
- I imported successfully Repository from PC1 to PC2
- I copied folder from \\PC1\D:\Scripts_DB to \\PC2\D:\other_path
\Scripts_DB

What I try to do is to move my Repository and folder D:\Scripts_DB
(with all its changes ) from PC1 to PC2.

Now in PC2, I have:
- Repository is in: C:\Repositories\Scripts_DB
- In VisualSVN I can see Repository: Scripts_DB
- I got folder: D:\other_path\Scripts_DB with all files and sub-folder
included

Question:
How do I configure Repository in PC2, so I can see all record changes
of my text files stored in D:\other_path\Scripts_DB, such as I do it
in PC1.
Received on 2011-10-28 00:15:26 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.