Questions tagged [subversion-edge]

CollabNet Subversion Edge is a distribution of the Subversion source control software that includes a web console and server monitoring tools.

This tag should be used when asking questions that are specific to Subversion Edge (rather than generic questions about Subversion itself).

86 questions
2
votes
2 answers

Creating an svn repository served as https://servername/svn in Windows?

The computer hosting our Subversion repository has died, and I'm trying to restore a backup onto a different computer. To minimize the hassle on the clients' end, I want to keep the same base URL, which is of the form: https://servername/svn That…
Bob Vesterman
  • 1,127
  • 1
  • 11
  • 31
2
votes
1 answer

Subversion Build: fatal error LNK1181: cannot open input file 'zlib.lib'

I am trying to build Subversion from source code. I am done Configuring subversion using this command. C:\SVN\src-trunk>gen-make.py -t vcproj --vsnet-version=2008 --with-berkeley-db=C :\SVN\bdb --with-httpd=C:\SVN\httpd-2.2.16…
user3296352
  • 103
  • 1
  • 2
  • 8
2
votes
1 answer

SVN commit failure in eclipse/ADT

I am new to using SVN, and I am trying it out on an android project. I am getting a commit failure based on this error.. svn: E155023: Can't set properties on 'C:\AndroidWorkSpace\myApp\bin\res': invalid status for updating properties. I have…
user3083522
  • 211
  • 3
  • 14
2
votes
4 answers

How to manage access rights permission on Subversion using command prompt or other GUI tool on Windows Server 2008?

I have installed Subversion Edge which is an opensource integrated package for Subversion on a Windows Server 2008 R2. Recently, we have got an error on apache installed by subversion edge, and our Subversion Edge control center is now not…
Krunal
  • 2,967
  • 8
  • 45
  • 101
1
vote
0 answers

Config AuthzSVNReposRelativeAccessFile on SubversionEdge

I would like to config access rule per repo on SubversionEdge. I mean use AuthzSVNReposRelativeAccessFile = authz directive in httpd.conf to set up access file per repo instead of using one file for all repos. DAV svn …
Trung Tran
  • 51
  • 1
  • 2
1
vote
0 answers

Subversion Edge gives: Could not resolve view with name '/error' in servlet with name 'grailsDispatcherServlet'

I installed CollabNet Subversion Edge Version 6.0.2 on a Windows Server 2019. The most runs fine. But from time to time when I open http://myserver:3343 (the csvn login page) the browser shows default html elements. And if I then do my login I get:…
snowrunner
  • 17
  • 5
1
vote
0 answers

Collabnet SVN EDGE console takes too much time in loading administration tab

We've got a new collabnet svn edge server on CentOS 7. But at times it is taking too much time to load management console specially when clicking on Administration Tab or during login. When check console logs I found error "ERROR…
saurabh
  • 21
  • 3
1
vote
1 answer

CollabNet Subversion Edge Ignore Files

I am brand new at sub-versioning, so please bear with me. I use CollabNet's Subversion Edge to manage a repository for a PHP/ActionScript based project I am building in the Eclipse IDE. In my project's root folder, Eclipse included several…
Oliver Spryn
  • 16,871
  • 33
  • 101
  • 195
1
vote
1 answer

How to update repository access rules for Collabnet Subversion Edge via the API?

We are running CollabNet SubversionEdge. I am scripting various tasks. One of the more obscure is updating our repository access rules to suit new branches I create. While there is a published REST API for SubversionEdge…
David White
  • 3,014
  • 1
  • 32
  • 35
1
vote
1 answer

What is difference between Apache Subversion and TortoiseSVN/VisualSVN?

I am new to setup/installation of subversion. What I read is Apache Subversion is the main subversion development for the source code management. Then there is VisualSVN/TortoiseSVN/WANdisco/CollabNet/SlikSVN for Windows given on below website…
Karn Kumar
  • 13
  • 1
  • 10
1
vote
1 answer

Subversion Edge behind reverse proxy server returns HTTP status 502 'Bad Gateway'

I am using Subversion Edge 5.2.2 behind a reverse proxy server. All services ViewVC, console and Subversion server look fine / working at first glance. The Subversion server however does not work for specific Subversion commands for example svn cp…
onknows
  • 6,151
  • 12
  • 65
  • 109
1
vote
1 answer

Is it possible install Bugzilla into the apache server running collabnet subversion edge

I want to install bugzilla against the apache server that installed with collabnet edge. I've already gotten everything installed, my problem is that I can't figure out which httpd.conf file i need to edit. Collabnet Edge has about 5 conf files,…
Doug Chamberlain
  • 11,192
  • 9
  • 51
  • 91
1
vote
1 answer

Is there a way to find all branches created from a SVN branch?

I'm trying to list all branches created from a Parent SVN branch to establish a graphical representation of a branch in Subversion. Are there any SVN command which can be used to achieve this? Or is there an approach to solve this? Example:…
user3816820
  • 37
  • 1
  • 6
1
vote
1 answer

tortoisesvn unable to connect to repository

I am embarrassed to ask this question because of my knowledge and past experience and because of the popularity of the question. But I'm so frustrated I'm hoping someone can help me. I've spent hours on this already. I've searched the net, searched…
Kevin
  • 1,548
  • 2
  • 19
  • 34
1
vote
0 answers

Svn Server Setup, how to connect remotely?

I'm trying to setup a server for a small team trying to use SVN Tortoise with Unreal Engine 4. I tried Visual SVN but had issues with it saying "An error Occured during SSL communication", with no idea how to move forward and how to fix it after…