What are differences between TortoiseSVN and a full fledged SVN server? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. The repository can be created using Tortoise SVN … Read more

Incremental backups of Subversion repositories [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question I have two SVN repositories, svn_rep1 and svn_rep2. I want to back them up to a remote server, with an incremental backup daily … Read more

Convert SVN repository to git [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 6 years ago. Improve this question $ svn –version svn, version 1.8.9 (r1591380) $ git –version git version 1.7.1 $ git svn clone http://host/path/to/project/ Initialized empty Git repository in … Read more

Seeking central user management software [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for … Read more

Does SVN works like this [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 7 years ago. Improve this question I’m not a programmer. In our company, our devs (that work mainly with .NET) used to have Visual Source Safe. With the re-install … Read more

How do I limit by IP ADDRESS a specific user’s access to Subversion SVN such as collabnet edge server

I have a subversion server with a couple people working on a certain repository. I am adding a new user but for this new user, I only want him to have access to the SVN server from a “specific IP” only. Even better if I can limit access by IP address not only specific to … Read more

Is there a way to prevent users from transfer svn checkout files to another computer or data storage?

I have a SVN server under CentOS 6.0 and I would like to know if is there a way to prevent users from transfer svn checkout files to another computer or data storage? Or just similar a encryption mode, readable only in computers that have an key. Thanks a lot. Vinicius Answer No. When you … Read more

how to set up an svn thing in a live server so that i won’t have to use an ftp client anymore ? [closed]

It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago. I have a typical hosting account with control … Read more

error when start Subversion Server in UberSVN

I’m using uberSVN on Ubuntu server. Now, I can’t checkout, commit source from Subversion Server ( domain.com:9880, port subversion) I tried to start httpd by command line as: sudo /opt/ubersvn/bin/httpdserverctl start , but I get error: httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName httpd (pid 895) already … Read more