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

How to create users in collabnet?

I am working on collabnet subversion repository. I installed CollabNetSubversionEdge-4.0.6_setup-x86_64 software and I created users in Collabnet GUI to access my repository. And I and my users accessing my repository and everything is working…
user3117840
0
votes
1 answer

How to list dir contents under hooks in Collabnet Subversion Edge

If using like Subhooker package for hooks in Subversion (Edge), how is it possible to list the content under a directory from the WebUI? -this restriction since myself as administrator don't have access to the production server itself... Files on…
TeNGiL
  • 23
  • 5
0
votes
1 answer

Absent revision during a merge with the Eclipse CollabNet Merge client

I am trying to port a revision commited in a branch A to a branch B. Here is the history of the branch A (r10629 is the revision I want to port to branch B): Usually, I merge the branches with the CollabNet Merge client in Eclipse (right click on…
Morgan Courbet
  • 772
  • 1
  • 8
  • 18
0
votes
3 answers

SVNSERVE1.6.6 Upgrade or Migration advise?

I'm looking for an upgrade solution from current our svnserve (1.6.6 version) setup to something else that offers LDAP authentication as well as granular level security (folder level restriction as opposed to all or nothing access). As it stands,…
Karthik
  • 97
  • 2
  • 3
  • 10
0
votes
2 answers

How to customize Collabnet Subversion Edge repository access rules to forbid users from deleting files(no-delete)

Some developers in my team has gone mad...they sometime delete a file. I've been assigned to stop them from doing that. So far I tried following(Google is my best friend) Under "Repository Access Rules" I've ######################SVN…
0
votes
1 answer

Unable to load dump file in collabnet subversion server

I want to load a Visual svn dump file to collabnet svn(Linux Cent OS), for this I copied that dump file to different location in server and used svnadmin load /path/repos/test/ < /home/test/test.dump But I don't know why it is throwing this…
0
votes
1 answer

Not able to access SVN repository via SVN protocol, but can access with http

I am not able to access SVN repository via SVN protocol, but can access with http: I have the following setup 1) I am using collabnet subversion 1.6.20 Installed at server830(windows 2003) Defined environment variable: Path = C:\Program…
user2146080
  • 3
  • 3
  • 8
0
votes
1 answer

Delphi XE2 - moving projects into SVN

We've finally managed to do the internal housework that should theoretically allow us to start using SVN as our Version Control system. I've setup the latest version (3.3) of Collabnet Subversion Edge on a server and as far as I can tell it's…
Dan Kelly
  • 2,634
  • 5
  • 41
  • 61
0
votes
2 answers

Netbeans and SVN Reverting code back

I am using netbeans alongside Collabnet SVN, i am going to commit large numbers of code changes to the svn but i am a bit concerned about reverting the code back, the project consists of several packages in which each file in those packages have…
JCS
  • 897
  • 4
  • 20
  • 43
0
votes
1 answer

How to send commit e-mails in Collabnet Subversion Edge via SMTP with SSL

We can successfully setup sending commit e-mails, by adding a post commit hook to a repository, via SMTP. However this only works when the SMTP connection does not use SSL. We are going to lose our non-SSL SMTP server soon, so we're moving…
SomethingBetter
  • 1,294
  • 3
  • 16
  • 32
0
votes
1 answer

Collabnet Apache Server and Rewrite

I'm using Collabnet Subversion Server with Apache. I'm trying to perform a simple rewrite directive under a specific directory and I can't seem to find out what the issues are. I have another server running Apache alone and the rewrite directives…
devo1929
  • 71
  • 7
0
votes
2 answers

how to setup a SVN server with collabnet subversion edge on windows server, and how to connect to it remotely using Xcode on Mac?

I am a newbie about SVN server. I've certainly used SVN to check in/out codes before, but never learned how to setup a Subversion server it up from ground up. What I have: Server | Windows Server 2012 Standard, Activated: Installed Collabnet…
Mike
  • 425
  • 2
  • 6
  • 8
0
votes
1 answer

En-dash converts to hyphen when using Maven ScmProvider.list method

The file object in Java is not supporting the character en-dash '–' (unicode \u2013). It is automatically converting the en-dash character to hyphen '-' (unicode \u002D). I am using the ScmProvider.list method: ListScmResult list(ScmRepository…
Harshdip Singh
  • 131
  • 1
  • 2
  • 15
0
votes
1 answer

SocketTimeoutException: Read timed out when in Jar

I'm trying to upload a file to Sourceforge and create a file release for it using the Collabnet API and SOAP in Java, in Eclipse, This works fine until I pack the class into a jar, add it to the build path, and try to execute it via an Ant Java…
John Walker
  • 291
  • 1
  • 5
  • 16
0
votes
1 answer

cant connect to repositories in collabnet

I have set up collabnet subversion edge server and I have installed collabnet plugin for eclipse . The problem I have encountered is that I can't connect to my repositories . When I try to import a project to the server , I am getting such an error:…
asdfg
  • 89
  • 4
  • 17