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

Re: newbie doubt.. problem with import in windows

From: Stefan Sperling <stsp_at_elego.de>
Date: Tue, 21 Dec 2010 07:05:32 +0100

On Mon, Dec 20, 2010 at 09:23:33PM -0800, sajan wrote:
> hi,
>
> I was using subversion on windows.I set SVN_EDITOR env variable to
> notepad.exe.Then I created a repository using svnadmin and tried to
> import a project to it.
> Suppose my original codebase is at C:\code\myproject,I want to create
> a workdir at C:\code\workdir
> >>cd C:\code
> >>svnadmin create svnrepo
> this created repository successfully as folder C:\code\javasvnrepo
>
> >>svn import myproject file:///C:\code\svnrepo\myproject

URLs always have forward slashes. Try something like:
 svn import myproject file:///C:/code/svnrepo/myproject

Stefan
Received on 2010-12-21 07:06:52 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.