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
0
votes
1 answer

SSL certificate Issue with SVN

Getting the below error when I am building the extension from the below given URL Maven goals - -DskipTests=true clean install sonar:sonar [ERROR] Failed to execute goal org.codehaus.mojo:sonar-maven-plugin:2.3:sonar (default-cli) on project :…
0
votes
1 answer

Jenkins svn collabnet build failure

I am getting the below build error : [ERROR] The svn blame command [svn blame --xml --non-interactive -x -w xxxxx.java] failed: svn: E230001: Unable to connect to a repository at URL 'xxx-xxxx.java' svn: E230001: Server SSL certificate verification…
0
votes
1 answer

Svn Client command Line Windows

Is there any way to "browse" a repository through command line? What I am doing is svn list: svn list "http:svn-repository-url/Folder1/Folder2" If I want to change folder from Folder2 to Folder1 I have to type the same command but one folder down,…
tt0686
  • 1,771
  • 6
  • 31
  • 60
0
votes
1 answer

Apache rotatelogs not working

Trying to use Apache's rotatelogs utility for rotating my Subversion access and error logs and below is my configuration: ErrorLog "|/opt/CollabNet_Subversion/bin/rotatelogs /var/opt/CollabNet_Subversion/logs/svn_errorlog.%Y-%m-%d-%H_%M_%S…
voltas
  • 553
  • 7
  • 24
0
votes
1 answer

'Could not MERGE resource' 500 Error with 'Can't set position pointer in file' and 'Access is denied'

Users get this error when they try to commit to the repo with a pre-commit hook in place. The pre-commit hook checks if the user should be able to commit and if the commit message is formatted correctly using svnlook.exe and --transaction. The logs…
moogle
  • 110
  • 9
0
votes
1 answer

Errors on the Pre-commit hook of SVN Edge

Good day! I am currently working on existing SVN Edge and TortoiseSVN of my company. We never make use of pre-commit hook and upon reading all the Q&A here I decided to put put in place the requirement for a commit message. First, I renamed…
nova
  • 43
  • 1
  • 1
  • 4
0
votes
2 answers

How to reconnect with SVN repository from Eclipse

I installed CollabNet Subversion Server on my server and had been using it with Eclipse on my desktop for a long time. Through some Eclipse changes, my SVN client install was lost (the server was untouched). After re-installation of the SVN client…
Dale
  • 5,520
  • 4
  • 43
  • 79
0
votes
1 answer

Collabnet post-commit hook fails to execute Perl script

I'm trying to set up the Slack Subversion integration. I use Collabnet Edge under Windows. The Slack site suggests a Perl script (Here) to call. I've installed Dwimperl, and written a batch file to run the script, passing the parameters to the…
Stik
  • 519
  • 4
  • 17
0
votes
1 answer

How to set a users' password in Collabnet SubVersion Edge

I know this may be a silly question, but I'm not able to find an answer. I'm setting up repositories access rules in Collabnet Subversion Edge (running under Linux) according to this link:…
dsuy
  • 119
  • 5
0
votes
1 answer

Subversion Edge 5.0.1 upgrade from 4.0.11, services running but 503 error

Upgraded using the downloaded windows installer (64bit) completed without an error. Both Collabnet services are running but I get: HTTP ERROR: 503 Problem accessing /csvn. Reason: Service Unavailable. CSVN console reg entry seems to be pointing…
JJ2910
  • 1
  • 3
0
votes
0 answers

Collabnet Subversion Authentication with Active Directory block some user..!

Now, I am trying to use Collabnet Subversion Edge authentication with Active Directory. At that, I found a problem. Some user in AD can enter into Collabnet and some are not. Actually, all user in my AD server are created by script. So, all…
R.Katnaan
  • 2,486
  • 4
  • 24
  • 36
0
votes
1 answer

svnadmin create -- Error?

ok I installed the subversion binary from collabnet onto my win7 computer. when I ran the installed it put the main files in: C:\Program Files\CollabNet\Subversion Server it also create an empty directory for my repositories…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
0
votes
1 answer

Subversion repository's mapped drive not working using file protocol

I am new to subversion. I do not have admin skills in subversion. We have set up a subversion repository using Collabnet on machine-1 on C:\csvn\data\repositories .Now I am able to connect to subversion repo with http and file protocol using…
user3719407
  • 79
  • 10
0
votes
2 answers

git push of other user's changes from my branch to master failed

We have a master branch and a diverged XXX branch. Some changes are made to Master branch. Some changes are made to XXX branch. Now, the requirement is that both should be up-to date with each other. Problems are: Multiple people works on the…
aTJ
  • 3,823
  • 3
  • 21
  • 25
0
votes
1 answer

svn property mergeinfo missing

I have a project with 2 branches let's say v1.1 en v1.2 (in the same svn repository). In v1.1 I modified 2 files and comitted them seperatly (2 revisions). Now I wanted to merge revision 1 into v1.2 and block revision 2 (may not merged). (I use…
Stijn Geukens
  • 15,454
  • 8
  • 66
  • 101