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
13
votes
2 answers

How do I prevent SVN from caching credentials for a single repository?

I'm using Collabnet SVN client versions 1.5 & 1.6. My local machine is running Windows Vista x64 (I know, very sad indeed). I would like to force authentication every time I try to perform any subversion operations on a selected repository. How…
mkelley33
  • 5,323
  • 10
  • 47
  • 71
13
votes
3 answers

Comparison of Subversion servers (VisualSVN, CollabNet, uberSVN, etc.)?

I am helping my business unit set up a Subversion server, and I'm evaluating some options like VisualSVN Server, CollabNet Subversion Edge, and uberSVN. I've tried the basic version of VisualSVN Server, and it seemed fairly decent. I also tried…
ThoughtProcess
  • 449
  • 1
  • 6
  • 21
5
votes
6 answers

is the CollabNet SVN Server as good as VisualSVN Server?

the tigris website http://subversion.tigris.org/getting.html#windows has a link to another svn server, which is called CollabNet SVN Server. Does someone use it and know it is better or as good as the VisualSVN Server?
nonopolarity
  • 146,324
  • 131
  • 460
  • 740
5
votes
3 answers

Collabnet SVN Log files, are there any?

My svn server is acting funky. We're using Collabnet svn binary on a Windows machine. Does anyone know if the server has log files I can examine to find out what locks up my server (large commits hang)? Thank you.
srmark
  • 7,942
  • 13
  • 63
  • 74
5
votes
3 answers

Python home directory in Windows / Problem with multiple versions

I'm using Python 3 for developing and CollabNet Subversion Edge as versioning software. Subversion Edge comes with a little program called ViewVC which is written in Python 2, which is also directly bundled with it. There is a system environment…
Felix Dombek
  • 13,664
  • 17
  • 79
  • 131
4
votes
2 answers

Is it possible to use BitBucket with GitEye?

I am trying to add a repo from BitBucket to GitEye and cannot figure out how to connect the two. Has anyone else been able to do this?
brezotom
  • 715
  • 1
  • 8
  • 12
4
votes
2 answers

SVN Restrict File Access using Wildcards

I took over as software lead on a project and am now managing the SVN repository for said project. Access to different parts are being controlled with an authz file. Groups have been set up for developers, leads, testers and cm control. A file…
Steve Ankeny
  • 335
  • 5
  • 18
3
votes
2 answers

svnadmin not recognized

I'm attempting to do a SVN repository dump from a command-line. I have both TortoiseSVN (gui) and the CollabNet SVN CLI installed. Anyway, when I do the svnadmin dump command, it says svnadmin isn't a recognized command. What would be the cause of…
Will
  • 914
  • 3
  • 11
  • 19
3
votes
3 answers

SVN pre-commit hook to restrict file extensions from getting commited

Using the following code in the Collabnet SVN's pre commit script to restrict the specific file extensions to get committed, but it is committing all the files. Could you please tell where I'm going…
San
  • 227
  • 3
  • 10
2
votes
1 answer

Code Review Tool for CollabNet SVN Edge

I'm using CollabNet Subversion Edge server on Windows to manage our code repositories and I really like the simple administration. What I am looking for is something open-source/free that would easily integrate with CollabNet's Subversion Edge to…
Kevin Green
  • 1,137
  • 11
  • 21
2
votes
3 answers

SVN - How do i create a subversion repository with a "single repository multiple project layout"?

I have just installed Subversion (Collabnet). The documentation explains how to create repositories which i have done but i cant figure out how to create a specific layout. I want to create this layout c:\repositories +- MyProjectRepository +-…
ziggy
  • 15,677
  • 67
  • 194
  • 287
2
votes
0 answers

Collabnet subversion server reaching CPU 100% because of httpd.exe process

I have Collabnet subversion edge installed on my windows server 2008 R2 standard (x64 bit)). I am using only Collabnet subversion with apache configured manually configured by me. svn version is 1.8.13 and apache version is 2.4.12. Authentication:…
2
votes
1 answer

Not able to install Collabnet Subversion 5.0.1 on Win 2008 Server

We are upgrading our Windows server from 2003 to 2008. On Win 2003, we were using Collabnet Subversion 1.7.7, as we upgraded server to Win 2008, SVN stopped working. We found that Collabnet SVN 5.0.1 has support for Win 2008, but we are not able to…
Anuj
  • 197
  • 2
  • 11
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
  • 484
  • 2
  • 9
  • 26
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
1
2 3 4 5 6 7 8