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

Re: How to import

From: Thorsten Schöning <tschoening_at_am-soft.de>
Date: Mon, 23 Jul 2012 19:17:28 +0200

Guten Tag John Maher,
am Montag, 23. Juli 2012 um 18:48 schrieben Sie:

> I need to import from one path to another. A path can also be referred
> to as an URL. However when both terms are used in an example then that
> implies a difference. What's the difference?

The URL is the address of the rep to import in, most likely not local,
starting with svn://, http(s)://,, svn+ssh:// etc., and the path is
the path to the folder to impoert in the local file system.

> I wish to add some files to their own folder called iERP_v2 under the
> Repositories (shared) folder but can't find any information on that at
> all. How do I create a folder? From the server? Is there a command?

Both is possible, svn help add, svn help mkdir.

> Will import do it?

I'm not sure.

> \\Vm006\Repositories Fails Invalid URL
> '//vm006/Repositories'
> //Vm006/Repositories Fails Invalid URL
> '//vm006/Repositories'
> \\Vm006\$e\Repositories Fails Error resolving case of
> '\\Vm006\$e\Repositories'
> //Vm006/$e/Repositories Fails Error resolving case of
> '\\Vm006\$e\Repositories'
> s:\Repositories Fails Invalid URL 'S:/Repositories'
> s:/Repositories Fails Invalid URL 'S:/Repositories'
> s:\Repositories\iERP_v2 Fails Invalid URL
> 'S:/Repositories/iERP_v2'
> s:/Repositories/iERP_v2 Fails Invalid URL
> 'S:/Repositories/iERP_v2'

You did never provide a valid URL. ;-) Look above for what a url is.

> svn import "g:\code\intuitive projects\projects" Vm006\Repositories
> Fails svn: E205000: Invalid URL 'Vm006/Repositories'
> etc.

No URL to the repo here, too. The repo is not just a directory, it's
something like svn:// or maybe even file://.

> It seems to ignore what kind of slash is used but all the logical
> options failed so I tried the illogical ones also. They all failed.

http://en.wikipedia.org/wiki/Uniform_resource_locator

Mit freundlichen Grüßen,

Thorsten Schöning

-- 
Thorsten Schöning       E-Mail:Thorsten.Schoening_at_AM-SoFT.de
AM-SoFT IT-Systeme      http://www.AM-SoFT.de/
Telefon.............030-2 1001-310
Fax...............05151-  9468- 88
Mobil..............0178-8 9468- 04
AM-SoFT GmbH IT-Systeme, Brandenburger Str. 7c, 31789 Hameln
AG Hanover HRB 207 694 - Geschäftsführer: Andreas Muchow
Received on 2012-07-23 19:18:02 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.