question about svn+ssh protocol used to access svn over ssh
Questions tagged [svn-ssh]
9 questions
16
votes
2 answers
TortoiseSVN using SSH
I'm having this issue when committing to SourceForge using TortoiseSVN:
https://sourceforge.net/p/forge/site-support/2636/
The feedback on that page recommends using SSH to get around the problem. So, I relocated my repository to this URL per the…

posfan12
- 2,541
- 8
- 35
- 57
4
votes
1 answer
How to enable verbose or debug on SVN checkout SSH
I'm running an svn co svn+ssh:// to checkout a large repository. It appears to be hanging for a long time without any feedback.
svn co svn+ssh://example.com/test test
How can I enable a verbose or debug mode for svn + ssh?

Bradley Flood
- 10,233
- 3
- 46
- 43
3
votes
2 answers
SVN-SSH Tunnel via 3rd machine?
I have a client that has SVN+SSH set up that I need to access. Unfortunately I can't get my IP white-listed because I'm on Comcast and they have some security policy against that. I do, however, have SSH access to another machine that I can SSH…
user578895
3
votes
3 answers
svn: E170013: Unable to connect to a repository at URL
Previous i was using ubuntu 12.04 for my project purposes. when i were using 12.04 i used to checkout source via Openssh server an i was able check out source.
Now i migrated to Ubuntu 16.04.Now i am trying to check out from the same svn via openssh…

Chinna
- 156
- 1
- 1
- 11
2
votes
2 answers
SVN with Eclipse (subclipse) command line works, subclipse doesn't (Network connection closed unexpectedly)
My boss just set up SVN repository for a new project on a new server (ubuntu). In Eclipse I wasn't able to add the repository to SVN repositories, I kept getting "
Network connection closed unexpectedly
svn: To better debug SSH connection…

ddinchev
- 33,683
- 28
- 88
- 133
2
votes
2 answers
SVN post-commit hook not updating Trac tickets via svn+ssh
The post-commit hook works fine when I commit changes from the server where SVN and Trac are running. When I commit remotely from my Mac however, the activity shows up in Trac's timeline, but the ticket doesn't get updated.
I've tried this in…

Dave
- 489
- 1
- 3
- 13
1
vote
1 answer
tortoise svn checkout issue
I have installed and created SVN repo in Centos. And I am using tortoise as svn client from windows 7. I want to use svn with svn+ssh format. So I have created private key with puttygen and copied the public key. And I pasted this public key in the…

user1002805
- 73
- 8
1
vote
0 answers
Redmine - browse SVN repo on same server
I have Redmine installed on the same server as Subversion. I'd like to hook up my Redmine project to the local repository. I've tried:
Creating a "redmine" user, assigning a password and adding the user to the group who owns the SVN repository. And…

Josh M.
- 26,437
- 24
- 119
- 200
0
votes
1 answer
How to restrict svn commands in svnserve
I am using svn+ssh to interact with repositories. I would like to know if there is any mechanism to retrict users to only a set of svn commands, for example, to prevent the use of locks.
In the worst case scenario, if I have to modify the source…

Sunny
- 9,245
- 10
- 49
- 79