Re: SVN crash report

2012-11-04 Thread Stefan Sperling
On Sat, Nov 03, 2012 at 11:12:53PM +0200, Ivan Cenov wrote:
> Hello,
> 
> Here I send you a crash report in SVN.
> This crash occurs when Redmine (project management application)
> tries to fetch revisions for SVN repositories.

This is a known bug in 1.7.7 which happens only on Windows.
Due to a coding error, when a user name is already cached and
the --username option specifies a different user name than the
one in the cache, svn crashes.

If this affects you and you cannot work around it I'd recommended
using 1.7.6 until 1.7.8 gets released which will include a fix.


Re: svn: E160013: File not found: revision ?????

2012-11-04 Thread Stefan Sperling
On Sun, Nov 04, 2012 at 01:10:20AM -0800, TheRedAaron wrote:
> I'm using Eclipse Indigo/SVN 1.7.1/Subclipse 1.8.16/SVNKit/1.7.5.1
> 
> I am trying to merge part of a feature branch back into trunk but get this
> error 
> 
> svn: E160013: File not found: revision 68287, path
> '/myapproot/trunk/src/java/junit/com\mycompany\myapp\mypath\myfile.java'

You're not running Subversion but SVNKit so I'm afraid we cannot help
you with this problem. SVNKit is a separate implementation of Subversion
written in Java, which is maintained as a separate project.
Please contact the SVNKit project instead: http://www.svnkit.com/


Re: svn: E160013: File not found: revision ?????

2012-11-04 Thread Stefan Sperling
On Sun, Nov 04, 2012 at 02:37:13AM -0800, TheRedAaron wrote:
> Thanks for your reply.
> 
> I'd changed the SVN interface to SVNKit just because I got a tunnel error
> when using JavaHL
> 
> The system cannot find the file specified.  
> svn: Unable to connect to a repository at URL
> 'svn+ssh://svc-vcsp/apps//branches/branch/src/java/junit'
> svn: Can't create tunnel: The system cannot find the file specified.  
> 
> As you can see I'm being forced to use svn+ssh, so I guess this is something
> to do with it?
> 
> Do you know why this?

The above error means that the SSH program you want to use to connect
to the server cannot be found, so you cannot open a connection to the
Subversion server.
Please see 
http://subclipse.tigris.org/wiki/PluginFAQ#head-214e1cef790ceb311232ec766435d62c7958ccb7
for more information about setting up Subclipse for svn+ssh://.

The previous error you posted was about something entirely different.
It was the Subversion server telling the Subversion client (SVNKit)
that the client was trying to access a file in the repository which
doesn't exist at the specified revision. So in that case the connection
to the server was opened successfully.


Re: Using JavaHL gives Folder " does not exist remotely

2012-11-04 Thread TheRedAaron
Got it working at last.

These work - note the different parameter types
ssh=plink -load username
ssh=tortoiseplink -l username
ssh="C:/Program Files/TortoiseSVN/bin/TortoisePlink.exe" -l username

These don't
ssh=plink -l username
ssh="C:\Program Files\TortoiseSVN\bin\TortoisePlink.exe" -l username (as per
the comments)
ssh="C:\\Program Files\\TortoiseSVN\\bin\\TortoisePlink.exe" -l username
(despite the comments)

Those that don't give you a generic folder not found message. Not helpful at
all.

I've been using tortoise for a while and find it's incredibly flaky and very
slow so wanted to switch to using a different plink version to see if
isolated the problem.

I just need to suppress the screen that pops up now with plink



--
View this message in context: 
http://subversion.1072662.n5.nabble.com/Using-JavaHL-gives-Folder-does-not-exist-remotely-tp175479p175481.html
Sent from the Subversion Users mailing list archive at Nabble.com.