That was just a forum posting error - I have 3 slashes.
Ok, I played with this for 30 mins, and cant get it to work. What do I need to do to get this working?
I installed Tortoise SVN, rebooted, and then created an SVN dierctory. I create a repo within the SVN directory called 'Test' I see all the various files in there that Tortoise created - it looks like a repo to me.
So Why doesnt: file:///C:/SVN/Test/ (with or without the trailing '/') work?
What am I missing here? Ive tried pointing IDEA to file:///C:/SVN (again, with or without trailing '/') - same error.
What massively unobvious (to me at least) step am I missing here?
What exact error message did you get? What is the type of repository you've created -fsfs or bdb? What version of Subversion did you use to create repository?
Error: svn: Unable to open an ra_local session to URL
Repo: FSFS
SVN Version: TortoiseSVN http://tortoisesvn.tigris.org/ TortoiseSVN 1.3.5, built against Subversion 1.3.2. Released 15 June 2006. 32 bit version for Windows
NE> Same shit here :(( NE> NE> svn 1.3.2 NE> idea 5.1.2 #4267 NE> svn command line client works just fine NE> any svn operation from within idea - Error:svn: Unable to open an NE> ra_local session to URL
Local repository access is implemented in IntelliJ IDEA 6 beta, not in 5.1.2.
Hello Nick,
NP> Is the latest build supposed to work with SVN and file:// protocol ?
Yes, it's supposed to, as far as I know.
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
If that's the case: could anyone tell me what URL to use for a local SVN repo stored in D:\SVN_REPO\
Since when I try and use file://c:/SVN_REPO/ I get error messages.
Nick
C: = D: in my last post
Try an extra slash: file:///D:/SVN_REPO
That was just a forum posting error - I have 3 slashes.
Ok, I played with this for 30 mins, and cant get it to work.
What do I need to do to get this working?
I installed Tortoise SVN, rebooted, and then created an SVN dierctory.
I create a repo within the SVN directory called 'Test'
I see all the various files in there that Tortoise created - it looks like a repo to me.
So Why doesnt:
file:///C:/SVN/Test/ (with or without the trailing '/')
work?
What am I missing here?
Ive tried pointing IDEA to file:///C:/SVN (again, with or without trailing '/') - same error.
What massively unobvious (to me at least) step am I missing here?
Nick
Hello Nick,
What exact error message did you get? What is the type of repository you've created -fsfs or bdb? What version of Subversion did you use to create repository?
Thanks,
Alexander Kitaev.
Error:
svn: Unable to open an ra_local session to URL
Repo:
FSFS
SVN Version:
TortoiseSVN
http://tortoisesvn.tigris.org/
TortoiseSVN 1.3.5, built against Subversion 1.3.2. Released 15 June 2006.
32 bit version for Windows
Nick
Same shit here :((
svn 1.3.2
idea 5.1.2 #4267
svn command line client works just fine
any svn operation from within idea - Error:svn: Unable to open an ra_local session to URL
Hello Nick,
NE> Same shit here :((
NE>
NE> svn 1.3.2
NE> idea 5.1.2 #4267
NE> svn command line client works just fine
NE> any svn operation from within idea - Error:svn: Unable to open an
NE> ra_local session to URL
Local repository access is implemented in IntelliJ IDEA 6 beta, not in 5.1.2.
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
I'm using Intellij Idea 6 beta and have the same ra_local problem here.