cassiehanyu / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

svn+ssh half broken in 1.1 #78

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a repository via 
svn+ssh://xserve.my.site//Volumes/Sever_Developments/Myrepository
the repository tree is not visible, only an italic alias like thing
2. If I access locally on the sever via file:/// it look OK
3. I I mount the server disk via AFP and access the repository 
file:///Volumes/Sever_Developments/Myrepository
It is OK
4. If I fire up svnX 1.0 than 
svn+ssh://xserve.my.site//Volumes/Sever_Developments/Myrepository works as 
expected

What is the expected output? What do you see instead?
I do not see the repository tree.

What version of the product are you using? On what operating system?
OSX 10.6.2 client OSX 10.6.2 Xserve where the repository is. Both has SVN 1.6.5

Please provide any additional information below.
I attach the svn+ssh repository window in svn 1.0 and svn 1.1 to show the 
problem

Note the issue 75

Original issue reported on code.google.com by bela.farago@gmail.com on 25 Mar 2010 at 9:48

Attachments:

GoogleCodeExporter commented 8 years ago
I e-mailed you about this & issue 75, but I received no response.

Looking at your screen shots the obvious difference is that svnX 1.1 is missing 
the trailing '/' from the URL.
This (possibly combined with using 'Call Subversion libraries directly') could 
be causing your problem.
SvnX 1.1 thinks that the URL is for a file (hence the disabled toolbar icons).
Try appending a '/' to the URL.

Does this fix the problem?  Was the 'Call Subversion libraries directly' pref 
on or off in svnX 1.1 & 1.0?

[It appears that while the svn tool doesn't seem bothered by trailing '/'s the 
Subversion libraries
produce different results & can fail.  The problem is that some URLs MUST have 
one & some must NOT.]

Original comment by chris...@gmail.com on 3 Apr 2010 at 2:04

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
svnx 1.1 appears to remove the "/" from the repository URL even is I add it 
explicitly.
svnx 1.0 adds "/" even is I omit it from the URL definition.

Original comment by bela.farago@gmail.com on 6 Apr 2010 at 9:05

GoogleCodeExporter commented 8 years ago
Turns out <svn+ssh://xserve.my.site/Volumes/…> GOOD,
and <svn+ssh://xserve.my.site//Volumes/…> BAD.

Original comment by chris...@gmail.com on 9 Apr 2010 at 4:08