top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

SVN Issue while connecting to the repository

+2 votes
215 views

Recently we have installed SVN in a new windows server.

Migrated and loaded the users repositories in the new SVN server. I could able to access those repositories. Created users, but could not able to access those repository, login is not accepting and it prompts continuously.

We are using Tortoise SVN as front end GUI. Kindly assist me on this.

posted Nov 19, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I am using subversion (version 1.9.4 (r1740329)) on centos 6..6
have created empty repository. and restored backup (hotcopy)
after restoring backup I am getting following error

Cant read file /svn/test/db/uuid: End of file found

tried searching for such errors but searches found refer to db/current or db/txn-current
I can not use any option svnadmin setuuid or svnlook uuid

How to resolve this issue ?

0 votes

Is there a way to detect that current directory is the root of SVN repository by reading files into .svn directory ? I think "svn info" could be used for that. Problem is that some machines may not have access to "svn" command line (if using tortoise and svn is not in command PATH for example).

In case "svn info" (or any other command line) is the only way, what would be the proper way to do it ?

+1 vote

I would like to use Git with a SVN, so I try to clone the SVN repo with "git svn clone svn://myserver", it is a repo without trunk etc. Git reports the error "Couldn't find a repository". The SVN repo uses an authentification (username & password) and a normalsvn checkout works well.
How can I use the SVN repo with Git?

+3 votes

I've just had SVN crash. I'm working on a fairly large repository (probably around 60gb or so) and was in the process of checking it out. The HDD ran out of space, which caused SVN to stop gracefully. After calling svn clean up, I called svn up, got a handful of files and then it crashed.

...