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
1
vote
0 answers

Subversion commands work at the OS shell command-line but not within the IDE

I've organized my repository using TortoiseSVN. I was careful to use only svn commands while creating my file structure. Now all Subversion commands are working at the command line but not from within my IDE (Intersystems Cache Studio). Basically…
1
vote
0 answers

Ajax call to SubversionEdge server

I want to make Ajax call to SubversionEdge server on click of a button designed on aspx page and copy files from my local machine to the server. I am looking for documentation but so far has not found one that could help me achieve this. Does anyone…
John
  • 142
  • 1
  • 1
  • 16
1
vote
1 answer

Collabnet Subversion upgrade path from version 1.6.2 - using FSFS format

We use Collabnet Subversion and are on version 1.6.2, with FSFS format repository. On Windows 2003 server. Can I upgrade to Subversion Edge and still keep my existing FSFS repositories? I'm hoping that the answer is an "obvious yes", but I can't…
Peter
  • 1,292
  • 4
  • 15
  • 33
1
vote
0 answers

subversion edge edit database directly

I'm running Subversion Edge 5.1.0 with Trac 1.0.9 and HT Password Manager on Redhat 7. I have a group of users outside our corporate network that is doing software development for us. They are unable to access the admin GUI to change their…
Jim Caron
  • 11
  • 3
1
vote
1 answer

Cannot commit to SVN after moving Subversion Edge to new server

I can checkout, browse history etc... but when I try to commit any changes using Tortoise SVN I get an error: Commit failed (details follow): Commit blocked by pre-commit hook (exit code 255) with output: The system cannot find the path…
Phil Preen
  • 589
  • 5
  • 20
1
vote
1 answer

python subprocess popen with arguments

I'm writing a precommit hook for svn and I have to run the "svnlook log" command, capture and parse its output. I'm stuck at this point: svnlookCmd = ['/appl/atlad00/CollabNetSubversionEdge-5.0.1/csvn/bin/svnlook', 'log', repoPath, '-t ',…
Segolas
  • 575
  • 2
  • 10
  • 26
1
vote
1 answer

How to update Subversion Edge's Apache HTTP Server to the newest version?

How to update Subversion Edge's Apache Server to newest version? Is this possible? I am running the latest version of Subversion Edge (Release: 5.0.1) But my Apache HTTP Server version is 2.4.12 How can I upgrade it to 2.4.16?
now_world
  • 940
  • 7
  • 21
  • 56
1
vote
2 answers

How to clear a "stuck" job in Collabnet Edge

I'm having a problem with a job in collabnet edge. I created a blank repository, then did a load from a dump file. There was an issue during the load (finally figured out that I had run out of disk space) and due to this, a job got stuck. So, here's…
Greg McGuffey
  • 3,116
  • 3
  • 38
  • 58
1
vote
1 answer

SVN permissions for repositories

I have an SVN server with 3 repositories on it. (A, B and C). I am trying to restrict a user (in this example MrX) to have full access to repository B but no access at all to repository A or C (preferred not even see it). I have read the…
jvoigt
  • 400
  • 4
  • 23
1
vote
2 answers

How to restrict access folders in All Tags Subversion?

I have a directory structure in Subversion. The problem is that I generate numerous tags, and now need to restrict access within them. Need to do something generic. [Repo:/tags/**/folder] developers = Administrator = rw The problem is that…
user3229393
  • 71
  • 1
  • 5
1
vote
1 answer

SVN commit without changes to code

Our environment has a UAT repo per application. All programmers can commit to this repo. There is also an associated PROD repo per application which only Managers can commit files into from the UAT repo. The problem we have is if a Manager checks…
1
vote
0 answers

svnsync file not found error

I am using the latest Subversion Edge on Windows 2012 and I am trying to synchronize a repository with svnsync. I've copied the original repository (apache subversion 1.5 on Debian) with svnadmin dump/load. Now I'm trying to sync the repository to a…
Epidemias
  • 15
  • 1
  • 4
1
vote
2 answers

Store file timestamp in SVN repository

First: I know that SVN does NOT store the actual file timestamp, but only the last commit time. Second: When checking out files normaly the timestamp of the file is set to the time of the actual check out. This can be influenced by using options…
R. Hoek
  • 916
  • 8
  • 27
1
vote
0 answers

subversion edge view vc output issue

I have installed subversion edge on a centos 6.4 virtual machine and setup a domain in host to do reverse proxy to it. I could access the subversion edge. but when i browse the respository view integrated viewvc.. i get strange display of viewvc.…
Johnbritto
  • 149
  • 2
  • 14
1
vote
1 answer

CollabNet SVN Edge and VisualSVN on the same server

I currently have CollabNet SVN ("SubversionEdge") installed on a shared server. I would like to install VisualSVN on the same server (for comparison purposes, as we are considering migrating). What sort of conflicts might I encounter or what…
kmote
  • 16,095
  • 11
  • 68
  • 91