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.

1337 questions
-1
votes
2 answers

svn list password ?

please how i can give "svn list" password as argumant ... because when i execute this command it require password .... i want it without password
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
-1
votes
1 answer

How to bring changes from subversion repo to current directory

For bash command on linux. I was thinking perhaps svn import but not sure.
-2
votes
1 answer

How do I chain an svn checkout over ssh?

Say I have an svn host on a private network that we will call my_work_svn. I cannot access this from externally but I can access it from a machine which we will call my_work_ssh (and assume I am working from a computer called my_home). Now If I want…
Mike H-R
  • 113
  • 1
  • 6
-2
votes
1 answer

How to resolve a file cannot be larger than the value set by ulimit in SVN?

I was trying to do a backup for my SVN repository in AIX through following command: svnadmin dump > dump_file and also this command: svnrdump dump > dump_file but failed with this error: E000027: Can't write to stream: A file cannot…
huahsin68
  • 147
  • 3
  • 11
-2
votes
1 answer

Cant access SVN Server even locally

I have installed VisualSVN Server 2.5.8 and Tortoise SVN 1.7.11. My repositories are added to the SVN and can be seen in VisualSVN Server Manager. However, I am not able to access the repository by browsing the URL or by right clicking on the…
Joshy
  • 1
-2
votes
1 answer

Commit to Assembla SVN from site5 client gives "(405 Method Not Allowed) in response to MKCOL request"

I am hosting my website on site5. Some files have changed, and I use svn to checkin those changes from my development environment and from the website. My svn server is assembla. I am trying to commit files that are on my web hosting server (site5).…
Siddharth
  • 123
  • 7
-2
votes
1 answer

i want a subversion server in my wamp server?

i want to setup a subversion server in my home. i installed a wamp server in My PC. but little bit confused to install subversion. i have windows 7, 32-bit as operating system and Intel Core-IV processor with 4 GB RAM. when i install usvn i get…
JK Patel
  • 103
  • 5
-2
votes
3 answers

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:…
dakiquang
  • 119
  • 2
  • 8
-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,612
  • 12
  • 33
  • 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
  • 483
  • 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
  • 127
  • 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
  • 1
  • 4
1 2 3
89
90