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 check the last time code was resync'd using SVN?

I am using SVN / Collab net. I read thru their commands http://wiki.greenstone.org/wiki/index.php/Useful_SVN_Commands but can't find the one which will tell me the last time a project was resynced / updated. It would be nice to open a command box…
dublintech
  • 16,815
  • 29
  • 84
  • 115
0
votes
1 answer

Could not access collabnet subversion edge server from remote computer on LAN over WIFI?

I have installed CollabNet Subversion Edge 2.2.0 (for Windows 64 bit) on Computer A(192.168.1.aaa) on LAN. and try to access on Computer B(192.168.1.bbb) on same LAN by the url : http://192.168.1.aaa/svn/ giving me the timed-out problem. But on…
Suresh
  • 79
  • 7
0
votes
4 answers

Is there a way to know the URL of the SVN server?

Right now, we are having problems allowing the client to access the SVN server because of the unknown host name error. Is there an error which will tell the correct SVN server URL from the server computer? I am on Collabnet Subversion Server and the…
Jarvis
  • 577
  • 3
  • 10
  • 16
0
votes
1 answer

set up SSL for SVN source control

I'm configuring CollabNet SVN server (http://www.collab.net/downloads/subversion/) on windows server 2008 machine. It works fine with http configuration. But when i enable https and attach ssl certificate to it, I can't start the SVN server. I…
dpac
  • 145
  • 4
  • 12
0
votes
0 answers

Error: WorkflowScript: 1: unexpected token: < @ line 1, column 1. on Jenkins

I am working on Multibranch pipeline job over Collabnet Subversion Repository. When after a new setup of Multibranch job, It met the criteria of Jenkinsfile. But the build fails on the branches. pipeline { agent any stages { …
0
votes
1 answer

CollabNet Merge Issue In Eclipse - Shows items in merge with "No Structural Differences"

I merge several large projects with 2000+ java files/classes. During the larger merges, I am constantly getting results in the merge that say "No Structural Differences", but it still shows up in the sync tab as if they have changed. Is there…
DanaDo
  • 1
0
votes
1 answer

svn client over ssh

We currently have: a server installed Collabnet Subversion Edge used as a SVN server, I have full control to this server. a TortoiseSVN installed on my local machine. a server (called it FileSERVER) that I only have SSH access. and this server…
Simon Guo
  • 2,776
  • 4
  • 26
  • 35
0
votes
1 answer

Migrate to Local SVN repository

We currently have CSVN installed on Windows Server, and I use TortoiseSVN client and AnkhSVN for Visual Studio on my Windows 10 machine. The company is planning on decommissioning the Windows server. I am now the only developer using SVN and I am…
Phil Preen
  • 589
  • 5
  • 20
0
votes
1 answer

Collabnet subversion edge backup to network share is not possible

I'm running my collabnet under a VM (hyper-v), and I tried to set the backup destination directly to my NAS. Before the backup settings I already mapped the backup folder in the file manager with direct network path (map a network drive) and with…
0
votes
2 answers

Trouble with SVN Subversion Edge Access Rules

I'm having trouble granting permissions to certain users in Collabnet SVN Subversion Edge. I currently have 3 repos: documentation, ipm and modules. I have two users: jeremy.johnson and jeremyj. I want to give read access to jeremyj for…
Jeremy
  • 147
  • 1
  • 1
  • 14
0
votes
2 answers

Java OAuth 2.0 get access token

I want to get access token OAuth 2.0 from REST API via Java code, the thing is that I've managed to successfully get it back from the server with Bash script (curl command) Bash script (working): #!/usr/bin/env bash # Base URL of TeamForge…
Sašo Pavlič
  • 89
  • 1
  • 1
  • 9
0
votes
2 answers

problem with entries file in SVN

I am trying to make changes in 'entries' file in SVN (by using batch file) from path as file:///home.... I am changing it to file:///C:/TRY.... However I am successful in doing so but my entries file is compressed means there are no enter '¶'. And…
Enosh Bansode
  • 1,748
  • 3
  • 18
  • 32
0
votes
2 answers

svn: '.' is not a working copy

I have code downloaded using TortoiseSVN GUI. I want to use svn commands in batch file. However, TortoiseSVN doesn't have svn commands except for TortoiseProc.exe /command:. So then I downloaded CollabNet commandline svn which provides svn commands.…
Enosh Bansode
  • 1,748
  • 3
  • 18
  • 32
0
votes
1 answer

GitEye - How to connect to remote repository on sftp server?

I try to connect to my remote repository on a sftp server. But I always get "Transport Error". An error occured when trying to contact sftp://fooBar/.git. See the error log for more details. Possible reasons: Incorrect URL No network…
Black
  • 18,150
  • 39
  • 158
  • 271
0
votes
0 answers

SVN Access Forbidden to Commit

I just created the server (Collabnet Subversion Edge). The repositories, groups and logins are new. But at the first attempt to commit, a message of access denied appeared, using TortoiseSVN. The code bellow, doesn't work, and I received "Access…