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).

84 questions
20
votes
4 answers

how to recover root password in Collabnet SVN Edge?

I am using CollabNet SVN Edge as my repository server in windows, anyhow I have mess up the user accounts of this SVN including the root one. May I know how can I restore the admin account of this SVN?
huahsin68
  • 6,241
  • 19
  • 74
  • 111
9
votes
7 answers

How to solve 503 error accessing CollabNet Subversion Console?

I'm using Collabnate Subversion Edge. I'm getting below error when trying to access URL http://localhost:3343/csvn. Collbnate is set up on Windows Server 2008. HTTP ERROR: 503 Problem accessing /csvn/. Reason: Service Unavailable Powered by…
Dharmik Bhandari
  • 1,662
  • 5
  • 29
  • 57
6
votes
1 answer

Running svnserve alongside Subversion Edge

If I run svnserve.exe alongside Subversion Edge, would it cause any conflicts? We have someone who remotely checks in code, and he will be doing via https, but for everyone internally I want to take advantage of the higher speed that the plain svn…
Bender the Greatest
  • 12,311
  • 17
  • 65
  • 124
5
votes
1 answer

Subversion Edge console won't start

I can't start my subversion edge admin page or authentication page. http://xxx.xxx.xxx:yyyy/zzz/login/auth But i can see the data that i already have insert with tortoise application. I can't see if the server is running, but the internet doesn't…
Jorge Rocha
  • 705
  • 3
  • 11
  • 30
4
votes
1 answer

Continuous Integration workflow for SVN

I am trying to setup a continuous integration workflow for SVN just like for a GIT project. Can any one suggest good code review tool which would integrate with Jenkins for +1 functionality and also allows users to review code (+2 functionality)…
user691197
  • 787
  • 6
  • 16
  • 34
4
votes
2 answers

SVN import existing file

Is it possible to use svn import with a file that exists already? Currently as workaround I do svn remove and than svn import. But the problem is that I have two revision numbers (two commits) and the entire diff is stored on svn server side instead…
Denny Weinberg
  • 2,226
  • 1
  • 16
  • 31
4
votes
1 answer

Installing the subversion edge with existing Apache

Currently I have a server running apache on it. I am trying install the subversion edge, which is shipped with apache stack to serve subversion on apache. How to use system apache rather than using apache shipped with subversion edge?
user1531905
3
votes
1 answer

How are the subversion hook templates generated for each repository?

We are using Subversion Edge 5.2 on Windows. Whenever we create a repo, a hooks folder within the repo is pre-populated with the following templates: post-commit.tmpl post-lock.tmpl…
Pedro Vera
  • 31
  • 2
3
votes
1 answer

resetting subversion backup after fail due to running out of disk space

I am currently running an instance of subversion with collabnet subversion edge on top. I had a nice backup routine which was interrupted by the drive it was being backed up to running out of space. I have shut down the services and removed the…
EvalKeneval
  • 253
  • 2
  • 15
3
votes
2 answers

Subversion Edge resolve server edge to the CollabNet login page

I've installed Subversion Edge on my server. Let's say that my website is myweb.com. To access the main repository (called main) users have to go to https://myweb.com/svn/main. Alternatively they can go to https://myweb.com/viewvc to view all the…
chew socks
  • 1,306
  • 1
  • 13
  • 31
3
votes
1 answer

SVN merging branch to trunk causes conflicts on files that have been resolved

I have been researching this on and off for weeks now so I do apologise if this has already been answered. My main problem is merging after performing continuous merges. I have my /trunk, from which I create my branch /branches/featureone. A…
3
votes
4 answers

backup collabnet subversion edge to another hard disk

I've installed Collabnet Subversion Edge, and would like to make sure I have it backed up properly. I would like NOT to use the CloudBackup service offered. I've went to the administration interface for collabnet (localhost:3343) and went to…
Karl Cassar
  • 5,381
  • 7
  • 42
  • 82
3
votes
1 answer

svnedge: how to Discover Multiple "Repository Directory" locations and Authz files

I am implementing SVNEdge from collabnet in my organization. Currently, I have 80+ repositories scattered across 4 different locations on linux server. SVNEdge provides a field, named "Repository Directory:", to mention parent-location where all…
rohit
  • 405
  • 1
  • 5
  • 12
3
votes
1 answer

Why is CollabNet Subversion Edge so slow?

We've got an installation of Subversion Edge installed on windows server, but it is really very very slow to wake up an we can't work out why. Occasionally I have to restart the service. The admin area sometimes takes 15 minutes to load - once…
Paul
  • 8,821
  • 11
  • 56
  • 103
2
votes
2 answers

Move file from one repository to another with history in svn

How to move a file from one repository to another repository preserving history in subversion? svn server 1.6v svn client 1.7v
iaav
  • 464
  • 1
  • 9
  • 24
1
2 3 4 5 6