> From: sajan [mailto:sajanjos...@gmail.com]
> Sent: Tuesday, December 21, 2010 3:58 AM
>
> > URLs always have forward slashes. Try something like:
> > svn import myproject file:///C:/code/svnrepo/myproject
> >
> thanks Stefan,
> sajan
Next time, I suggest making a subject which is more suggesti
> URLs always have forward slashes. Try something like:
> svn import myproject file:///C:/code/svnrepo/myproject
>
thanks Stefan,
sajan
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 creat