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

RE: Windows file:/// URL format for svnsync

From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Thu, 31 Oct 2013 13:49:57 +0000

Good point… our just use svnrdump to dump the repo… then you can take that file, load it into a repo on another machine and then sync that to google.

From: Bert Huijben [mailto:bert_at_qqmail.nl]
Sent: Wednesday, October 30, 2013 7:02 PM
To: 'David Goldsmith'
Cc: users_at_subversion.apache.org
Subject: RE: Windows file:/// URL format for svnsync

‘svn info WORKINGCOPY’ will tell you the url in the repository and the repository root.

Assuming that you have access to the entire repository you probably want to sync from the repository root to an empty repository to have a local backup. (Look in http://svnbook.red-bean.com for details on how to setup the right hooks, etc)

And with a bit less time pressure you can then sync that to google code.

                Bert

From: David Goldsmith [mailto:eulergaussriemann_at_gmail.com]
Sent: woensdag 30 oktober 2013 22:59
Cc: users_at_subversion.apache.org
Subject: Re: Windows file:/// URL format for svnsync

Hi, Ben, and thanks for your reply. Unfortunately, I think that was the first (or perhaps the second) thing I tried, to no avail (also unfortunately, I'm away from my work computer for the rest of the day so I can't check my command history or the error message it generated).

As I think about my sitch, I realize that the folder I thought was the root of the repository probably isn't, because it's the root of the directory tree in which reside all the files that I edit day-to-day, and that's supposed to be a working copy, not the repository itself, correct? Assuming that's correct, my ultimate goal is to "relocate" my project, with history, to a new, empty Google code project (already created and reset)--how should I proceed: should I continue to try to svnsync my new Google project to my existing repository (to which I'll never again have access after tomorrow), and if so, how do I find my repository from knowing where a working copy is ('cause, clearly, I've forgotten)? Or should I just upload my working copy from its root, and then check that out to any place else I want to be able to work on it--would such an upload include the history, and would Google Code recognize it? Please advise/help!

Thanks,

DG

YOU!...are Big Data<http://en.wikipedia.org/wiki/Big_data>.

On Wed, Oct 30, 2013 at 1:29 PM, Ben Reser <ben_at_reser.org<mailto:ben_at_reser.org>> wrote:
On 10/30/13 1:08 PM, David Goldsmith wrote:
> Hi! I can't seem to get the formatting for my source repository name--which is
> a Windows directory--correct for svnsync: I've tried forward slashes and
> backslashes, quotes and no quotes, relative path and absolute path--nada. My
> repository, in Windows syntax, is C:\MWDM--how do I specify this as part of the
> source argument to svnsync? Thanks,
file:///C:/MWDM<file:///C:\MWDM>

Note that there are 3 forward slashes before the path because you want a blank
host entry.

http://svnbook.red-bean.com/en/1.7/svn.basic.in-action.html#svn.advanced.reposurls

Received on 2013-10-31 14:50:36 CET

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.