Tagged Questions

4
votes
6answers
4k views

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 ...
3
votes
2answers
2k views

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 ...
2
votes
2answers
567 views

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 ...
2
votes
5answers
2k views

“Authorization failed” with SVN 1.5.2 on OS X (PowerPC G4)

I'm trying to commit to an SVN server hosted on my school's network. I have installed SVN 1.5.2 with binaries downloaded from CollabNet here. The error reported is: svn: Commit failed (details ...
1
vote
2answers
33 views

Installing Collabnet subversion forces new installation of jdk6

I am trying to install the latest version of Collabnet subversion on my windows server. When i click on the setup icon it comes up with a prompt saying that it needs to to install version 1.6 of the ...
1
vote
2answers
28 views

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 ...
1
vote
1answer
151 views

how to use tortoise svn with zend studio

I have installed Tortoise SVN in my windows7 OS. I use Zend Studio 5.5 for PHP development and trying to use tortoiseSVN with Zend Studio, but no luck so far. Does anyone know how to set up tortoise ...
1
vote
1answer
58 views

subversion “you are trying to commit files from several subversion working copies”

I'm getting the above message when I try and commit my code to subversion. I saw the answer here which explains what caused the problem - and yes, I did delete a folder in explorer. Trouble is, I ...
1
vote
1answer
301 views

CollabNet Subversion Edge Ignore Files

I am brand new at sub-versioning, so please bear with me. I use CollabNet's Subversion Edge to manage a repository for a PHP/ActionScript based project I am building in the Eclipse IDE. In my ...
1
vote
1answer
300 views

why do CollabNet Subversion Client and TortoiseSVN both update projects fine, but <svn> <update> within Ant fails

I can manually update individual projects using CollabNet or Tortoise no problem. But my ant script (executed from Hudson) containing <svn javahl="false" svnkit="false" username="${svn.username}" ...
1
vote
2answers
703 views

svnadmin not recognized

I'm attempting to do a repo dump from cli. I have both tortoisesvn (gui) and the CollabNet SVN CLI installed (why? because I'm stupid). Anyway, when I do the svnadmin dump command, it says svnadmin ...
1
vote
3answers
511 views

authentication error while importing from netbeans to subversion

I just began looking into source control.... And installed subversion from collabnet... I also use netbeans(6.8) to work with PHP... I have done the following steps I have installed subversion is ...
0
votes
1answer
32 views

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 : ...
0
votes
1answer
104 views

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

TortoiseSVN hangs with .vbproj file on initial import to repository

we have a CollabNet Subversion Edge server running on a Windows server. Subversion Server is configured to serve via https. When trying to import a Visual Studio project folder with TortoiseSVN it ...
0
votes
1answer
81 views

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 ...
0
votes
0answers
19 views

cross Plattform Checkout/Update of Repros (without cron)

i have a collabnet SVN Server running on a Windows Server. some hosts are linux based, some are Windows as well. on a linux server i simply start the checkout/update by executing over ssh a ...
0
votes
2answers
233 views

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 ...
0
votes
2answers
500 views

svn: '.' is not a working copy

I have code downloaded using TortoiseSVN GUI. I want to use svn commands in batch file, however TortoiseSVN dont have svn commands but TortoiseProc.exe /command:. So then I downloaded CollabNet ...
0
votes
1answer
270 views

Collabnet Subversion upgrade path from version 1.6.2 - using FSFS format

We use Collabnet Subversion and are on version 1.6.2, with FSFS format repository. On Windows 2003 server. Can I upgrade to Subversion Edge and still keep my existing FSFS repositories? I'm hoping ...
0
votes
1answer
406 views

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 ...
0
votes
4answers
2k views

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 ...