Tagged Questions

1
vote
2answers
159 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
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
708 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 ...
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
82 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
2answers
235 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
514 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
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 ...