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
0
votes
2 answers

install subversion (svn) via ssh

I have a godaddy shared server with ssh enabled. Is it possible to install svn via ssh? If not has anyone found any other ways?
jwerre
0
votes
3 answers

Active Directory problems while trying to perfom compare operation

I have CentOs 5.5 with Apache 2.2 and SVN installed. Also I have Windows 2003 R2 with Active Directory. I'm trying to authorize users via AD so each user have access to repo if he is a member of corespondent group in AD. Here is my apache…
user56683
0
votes
1 answer

How do i know which program-user access a certain folder in linux debian?

How do i know which program-user access a certain folder in linux debian?, basically a screwed my svn repo, basically cause i could not commit to it due to permission. got a db/txn-current-lock': Permission denied error. So i tried to fix it and…
Ernest
  • 239
  • 3
  • 12
0
votes
1 answer

Overlaying a new library distribution in a Subversion repository

I have a Subversion repository with a series of third party libraries and sources. As new distributions of these libraries become available I want to completely replace the old version with the new. What's the best method to "overlay" a new drop of…
fbrereto
  • 323
  • 2
  • 4
  • 11
0
votes
1 answer

How can i mirror a particular branch in one Subversion repo to a particular branch in another repo?

EDIT: Actually, after playing with Timeline some more this is going to be a non issue. The UI is confusing because its not necessarily meant to work with multiple repos, but it does work since each project relies on the normal svn metadata for the…
prodigitalson
  • 213
  • 3
  • 9
0
votes
1 answer

cancel password of svn list

how I can cancel the password of svn list. When I execute svn list it is Requests the password twice. I need to execute it without password.
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
3 answers

how i can Clipping the result of "find" command?

i execute the following command :-find / -type f -name fs-type -exec svnlook tree {} \; |egrep "/$" the result is svnlook: Can't open file '/var/lib/svn/repos/b1me/products/payone/generic/code/core/db/fs-type/format': Not a directory svnlook:…
0
votes
1 answer

repository and its content?

how i can view svn repository and its directory .... i have large number of svn repository
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
1 answer

list directory entries in the svn repository

please every body help me .... i am going to explain my problem and i hope if anyone know the answer support me by it. i want to konw the list directory entries in the svn repository ...i konw "list" command give me the result but i have many many…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
3 answers

Subversion post commit hook checkout to website document root

Possible Duplicate: Subversion post commit hook checkout to website document root We have setup Subversion on our Debian development box, we have also setup a post-commit hook that will svn update the repository out to /var/www/ourwebsite The…
Tim
  • 171
  • 2
  • 3
  • 8
0
votes
1 answer

svn, cruisecontrol setup, minimal requirements, virtual or not? windows vs centos

I already have an SVN server set up on a windows server machine (got it by inheritance) on this same machine I also have got cruisecontrol running. First i'm going to separate cruisecontrol from SVN - SVN is so important I'm not going to let…
Jas
  • 701
  • 4
  • 13
  • 23
0
votes
1 answer

Cannot view website on internet, IIS SVN problem

I have a server set up with SVN and IIS. I have opened the ports for IIS and SVN in my router and am able to connect to the SVN server with SSL. But for some reason I am unable to connect to the IIS website. I have tried over and over again…
Pieces
  • 145
  • 6
0
votes
1 answer

trouble installing subversion on fedora

I'm having trouble installing subversion on fedora. when i run: yum install subversion I get the following error: Transaction Check Error: package cyrus-sasl-lib-2.1.22-8.fc8.x86_64 (which is newer than cyrus-sasl-lib-2.1.22-7.i386) is already…
Ben
  • 3
  • 1
0
votes
3 answers

how i can get all svn repository in notpad or excel sheet for example ? (OS = sunsolaris)

after execute $svn list command i found a large number of repository ...and it is complex to find all repository(some svn repository exist in folder within folder within folder and so on) ...if you can help me by give me a method to design a…
Mohammad AL-Rawabdeh
  • 1,612
  • 12
  • 33
  • 54
0
votes
1 answer

Subversion post commit hook checkout to website document root

We have Subversion running on our Debian development server. We have setup a post-commit hook to checkout the contents of the repository to /var/www/ourwebsite There are about 2GB worth of files and each checkout takes about 10-15 minutes. If we are…
Tim
  • 171
  • 2
  • 3
  • 8