Questions tagged [collabnet]

CollabNet, Inc. is an American company that develops collaboration software and services for development teams.

This tag should be used for generic questions about CollabNet products where a more specific tag is not appropriate.

111 questions
1
vote
2 answers

CollabNet_Subversion with httpd configuration

I have svn installed and is accessible using http://localhost:8080/repo But when I access the url in a browser it is opening without asking credentials. I have cofigured the collabnet_subversion_httpd.conf file like below DAV…
Kishore Tamire
  • 2,054
  • 5
  • 23
  • 25
1
vote
2 answers

where to download jsapar - I cannot find the download section or update link

The jsapar.tigris.org site seems to be very different; I just cannot find a way to download the jsapar jar; is also not available in any of the maven repositories. any help for the download link will help. Thanks!
Venkatesh Laguduva
  • 13,448
  • 6
  • 33
  • 45
1
vote
1 answer

How to find all commits (revision numbers) in which a file was deleted/moved in SVN

I need to find all deleted files from SVN. Then check if file needs a restoration after going through it. If yes then restore. How do I do that. I know I can restore a deleted file but that needs revision numbers.
Amarjeet Kumar
  • 57
  • 1
  • 2
  • 10
1
vote
1 answer

Collabnet subversion : module authnz_ldap_module is built-in and can't be loaded

I am trying to set up a SVN environment. I have installed collabnet svn 1.7.5 version. If I put the below in httpd.conf by downloading those .so files LoadModule ldap_module opt/CollabNet_Subversion/modules/mod_ldap.so LoadModule authnz_ldap_module…
user2164525
  • 897
  • 1
  • 7
  • 18
1
vote
2 answers

Subversion repository access from another computer

I have set up Subversion on my system. Without any changes its working fine on localhost. Now I want to access it from another network e.g outside my home network. I tried to access it from global ip 116.128.**.**:3343/csvn/repository but nothing…
userLearner
  • 127
  • 1
  • 11
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
1
vote
0 answers

How to change user and group from root to svnadmin for creation of new repository using collabnet rest api

Issue: By Calling Collabnet RESTFUL API, the repository is getting created by user and group as “root”. Permission issue to the repository will comes into picture, as i need to create server spaces (directory) inside the repository with “svnadmin”…
1
vote
1 answer

How can I monitor users logging into subversion?

I was wondering if there was anyway in which I could obtain usage stats for collabnet subversion? I specifically want to know what users are connecting to the subversion server and how often? I've looked around and there only seem to be tools that…
user2402135
  • 371
  • 1
  • 6
  • 19
1
vote
1 answer

How to use Hudson / Jenkins parameterized value in the CollabNet File Release name

I have a parameterized value for my Release name. When I try to use that value in the CollabNet File Release add-in for the Release value, it gives me the following error: CollabNet FileRelease: Critical Error: releaseId cannot be found for…
1
vote
0 answers

svn: Can't set permissions on '?\128': No such file or directory

When doing a svn co or svn up from my HP-UX 11.00 to our Windows CollabNet Subversion, with subversion compiled from the subversion-deps package 1.6.20, I get: svn: Can't set permissions on '?\128': No such file or directory there is no such weird…
1
vote
0 answers

Add New user permission in Subversion on Windows

I have Subversion installed on Windows (Collabnet Opensource Edition). I'm unable to access it admin panel, and I need to add user & configure permissions for existing repository using command-line or some other utility as I'm unable to access its…
Krunal
  • 2,967
  • 8
  • 45
  • 101
1
vote
0 answers

HTTP server configuration internal error 500

I have set up collabnet subversion edge server and I have installed subversion team provider for eclipse . I had a problem about connecting to my repositories but later on I have solved it somehow . Now , I want to configure LDAP with active…
asdfg
  • 89
  • 4
  • 17
1
vote
2 answers

Moving from single developer to multiple in SVN

I have recently started a new job and up to now they have only had one developer. Using Eclipse and Collabnet with Subversion. So, he hasn't had any problems with clashes etc. Even more so because it is a complete re-write of an original…
theblitz
  • 6,683
  • 16
  • 60
  • 114
1
vote
1 answer

CollabNet pre-commit hooks - newbie

I have installed CollabNet SVN. It can be accessed and I created some repositories. I want to add two hooks: 1) A pre-commit hook to make comments mandatory while committing. The hook should check length of comments. 2) A hook to ignore contents of…
Farhan
  • 2,535
  • 4
  • 32
  • 54
0
votes
3 answers

Embedded application servers in Sonatype Nexus, Jenkins and Collabnet Subversion Edge

I need to setup a build development environment that includes the following Sonatype Nexus Jenkins Collabnet Subversion My application runs on a GlassFish application server. I noticed that all the above three tools come with embedded…
ziggy
  • 15,677
  • 67
  • 194
  • 287