tortoisesvn

How do I use global revision number keyword with TortoiseSVN?

In CVS you can use keywords in your code that are expanded when checking the files out. I'd like to display the global revision as CVS has with the $GlobalRev$ keyword. Subversion has the $Rev$ command but it only shows the latest revision that the file was changed. I know there is a svnversion command that has as of right now no docume...

How do I browse diff of a file in TortoiseSVN

I am currently using tortoiseSVN as my source control in windows. How do I view the diff of a single file as I move through the different revisions quickly? Or is there a better tool? ...

New to SVN, How to Setup?

I have a Windows 2003 Server with IIS, I installed VisualSVN Server on it. I have two developers, who are going to use TortoiseSVN. Since this is my first time ever setting up a SVN server I am kind of confused on how this will all work. The way I see it, each developer would have a copy of the repository on his or her local pc, would ...

Accessing svn repo wtih TortoiseSVN from work vs. home + VPN

I get the same error described in this other SO post. The difference is that things are working when I'm at work where I don't have to VPN to the network. But when I try to access the same exact SVN repo from home I get the following error: TortoiseSVN Error: “OPTIONS of ‘https://…’ could not connect to server (…)” This was never a prob...

PHP4 on Linux, Dev on Windows... Subversion problem

Hi "Cleanup failed to process the following paths The system cannot find the file specified" Am having this issue with Tortoise SVN going to a SAMBA share.. any thoughts on setup? Its probably permissions getting mucked up, but this setup doesn't feel very robust.. am having to delete the affected directory, then recreate from svn. I...

Does tortoiseSVN support multiple iBugTraqProviders for same user/machine?

The use case is that I use one development machine for different source trees. Assuming I am using SVN/TortoiseSVN for all repositories I may have different issue trackers (e.g. Trac and FogBugz). If I want to use the plugins for iBugTraqProvider - is that supported? I would hop that you could set the plugin based on the path/folder...

Querying for svn revision suddenly seems slow (since svn 1.5 maybe?)

Shortly after upgrading our repository to Subversion 1.5, my team switched to writing a new application for a few months and then abruptly returned to our original codebase. Our developers are using TortoiseSVN 1.5.9 and Subversion Client 1.6 (only for svnversion -n) and Subversion 1.5 on our server. Our clients connect via svn+ssh. O...

Installing Tortoise SVN with elevated credentials

I'm trying to install TortoiseSVN (Ver: 1.6.1.16129) on Windows PC's where the user is not an administrator. The installer is an msi file and by default, there is no "Run As" option for it. I've tried both: msiexec /a "{PATH}\TortoiseSVN-1.6.1.16129-win32-svn-1.6.1.msi" and runas /user:username "msiexec /a {PATH}\TortoiseSVN-1.6.1....

Installed Visual SVN Server, except I get this message when do SVN Check Out

So I installed Visual SVN Server and Tortoise SVN client. And I created a user on the SVN Server, and now I went to a new folder c:\src, right click and choose "SVN Checkout...", and it always gives me this message Checkout from https://bookroom:8443/svn, revision HEAD, Fully recursive, Externals included Error: OPTIONS of 'https://b...

What does a gray Vee icon mean in TortoiseSvn?

I have a gray Checkbox or 'vee' icon next to a XSL file. It is identical to the usual 'green vee' that appears next to versioned files. What do it mean? ...

How can I determine who locked a file using SVN?

We are using SVN server 1.4 (I think) with the clients being either the command line client or TortoiseSVN. ...

SVN commands does not appear in context menu

Hi I've just downloaded and installed SVN Tortoise, but no commands appear on the menu How is that possible? ...

Access denied Tortoise SVN 64 bits

I was using tortoise svn 32 bits in XP without problems. Now, I installed Windows Vista 64 bits and Tortoise SVN 64 bits. When I try to do an "SVN Update", I got the error "Can´t open file C:....svn\lock: Access denied". Any ideas? ...

svn - Remote, Disconnected Working

We use svn and I am going to start working from home. I had the idea of bringing in my laptop, checking out the project and taking it home, returning and reversing the process on Monday. But it's a bulky laptop and I don't fancy riding to work with it on my back. Would it be possible instead to: Create a second Windows/SVN user "MeRe...

Error 200 when performing checkout using TortoiseSvn

Hello all, I am trying to performa simple checkout operation. This works on several other computers (not in the same LAN though). I get this error message: http://www.jamamate.com/error.jpg Thank you in advance :) vondiplo ...

Windows Pre-commit hook for comment length Subversion

I seem to be getting nowhere with this. Either searching the web for a script, etc. Anyone got a script that you can just edit the out-of-box pre-commit.tmpl in a Windows environment that requires x chars to be entered in for a comment on commit in Tortoise Subversion globally so that all members on the team are required whereas this r...

Can Tortoise SVN work on an FTP server?

Hi All! I am working on a project which is based on an FTP user with few more programmers. I want they should be able to collaborate and be able to manage revisions with [1]: http://tortoisesvn.tigris.org/ "Tortoise SVN"]. How can I accomplish that? ...

Regex for matching lines that do NOT contain a word

i have the following lines: Message:Polarion commit Mon May 18 06:59:37 CEST 2009 Message:Polarion commit Fri May 15 19:39:45 CEST 2009 Message:424-18: use new variable Message:Polarion commit Fri May 15 19:29:10 CEST 2009 Message:Polarion commit Fri May 15 19:27:23 CEST 2009 Message:000-00: do something else Message:Polarion commit Fri...

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? Thanks. I am on Collabnet Subversion Server and the client uses TortoiseSVN. ...

Is it safe to use a subversion feature branch after reintegrate-merged to trunk?

Must a feature branch be deleted after it's merged (reintegrated) back to trunk? I prefer to constantly merge changes back and forth from my feature branch - I believe this keeps the conflicts to a minimum. Yet I understand that once you use the reintegrate merge to trunk, a feature branch should be deleted. Is it so? Why? What can I d...