Questions tagged [svn]

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The acronym SVN stands for Subversion, a very common and popular Version Control System.

The subversion book is an excellent reference, source it in your SVN answers! Please link to the latest stable release of the book. Links to the nightly build will eventually break when sections in the book are reorganized.

1329 questions
-2
votes
3 answers

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

I have a typical hosting account with control panel, ssh access, now my question is, how to set up svn or git on that live account? so that whenever i develop something, I won't have to use FTP client, just commit using svn or push using git ?
sasori
  • 175
  • 2
  • 11
-2
votes
1 answer

How I can view recently svn repository?

How I can view recently svn repository ?
Mohammad AL-Rawabdeh
  • 1,592
  • 12
  • 30
  • 54
-3
votes
2 answers

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…
htfree
  • 463
  • 4
  • 9
  • 21
-3
votes
2 answers

Convert SVN repository to git

$ 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 /home/user/to/project/.git/ Can't load…
jsf80238
  • 117
  • 5
-3
votes
1 answer

Does SVN works like this

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 and update of all the devs computers to Windows 7 64 bit, the question of VSS came up and I noticed it was replaced for…
peppp
  • 81
  • 2
  • 7
-3
votes
1 answer

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…
deschamps
  • 53
  • 1
  • 3
-3
votes
1 answer

Seeking central user management software

I work in a startup company and recently the number of pieces of software we use started to increase. Because all of them introduce their own user databases I started looking for a solution that could be integrated with them and save me the time of…
karka91
  • 135
  • 1
  • 4
-5
votes
2 answers

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

The repository can be created using Tortoise SVN itself. So what exactly is the role of a SVN server like VisualSVN Server or any other product like Collabnet Subversion? What extra features does a SVN server provide over repositories created by a…
Zeeshan
  • 123
  • 1
  • 6
-5
votes
1 answer

Incremental backups of Subversion repositories

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 and a full backup monthly. How I can write a bash shell script to do this operation? I ask you because I do not have time…
Mohammad AL-Rawabdeh
  • 1,592
  • 12
  • 30
  • 54
1 2 3
88
89