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

newbie doubt.. problem with import in windows

From: sajan <sajanjoseph_at_gmail.com>
Date: Mon, 20 Dec 2010 21:23:33 -0800 (PST)

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
This opens notepad and after entering a message ,I save it.It gives
this message,
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///C:%5Ccode%5Csvnrepo
%5Cmyproject'
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.tmp'

Now ,I would like to checkout the code to workdir.In spite of the
error ,I tried this.

>>cd C:\code\workdir
>>svn checkout file:///C:\code\svnrepo

This causes error message
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///C:%5Ccode%5Csvnrepo

I can do this without problems in linux.But I need to work on windows
for this particular project.So,any help would be appreciated.
Received on 2010-12-21 06:24:09 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.