tortoisesvn

How can I use TortoiseSVN on windows 7?

I am trying to setup an SVN for the first time, I chose tortoiseSVN because my IDE phpdesigner has built in support for tortoisesvn. SO far I have installed the program, installed it and tried to set it up following many tutorials and reading the help file I still get this error no matter what I try to do, I even searched SO and goo...

How to remove 1 revision of a folder in Subversion

I have several projects in my repository, each project has it's own folder. Is it possible to remove the last revision of one of the projects without changing anything else? Example: Project A's latest version was committed creating rev. 50. Work on other projects goes on, the repository is now at rev. 60. Now the user of A comes back ...

How to use custom keywords in SVN

I'm using a VisualSVN server and TortoiseSVN client. I have set the properties svn:keywords = Author Id Revision LastChangedDate Copyright copyright = (c) 2009 Foo Company. Then, when I try to use these properties in the header file (including the custom property Copyright), I do it like: /********************************************...

Is there a way to filter out property-only changes in the TortoiseSVN log?

The mergeinfo feature of SVN is really useful, but it puts a log entry in the revision log when all that's been changed on a file are svn properties, which we typically don't want to see. Is there a way to filter out property-only changes in the TortoiseSVN log? ...

Import on TortoiseSVN?

I am trying to setup TortoiseSVN, I am using the windows version and using the context menu, you right click and it has some options, for initially getting my files into to repo I try to do export and it is the only thing that makes it seem like it is working, it shows in the log Adding filepath but eventually when it gets to the jque...

Tortoisesvn on web server

Is there a way to add a repository on my linux shared webhosting to use with tortoisesvn? Or is there something similar I can do as easy as using tortoise without buying hosting strictly for a repository like cvsdude or something? ...

Add files to an already setup svn repo

I want to add a folder to a remote server with the svn repository set up. In my local computer I have tortoiseSVN. All I want to do is add folder from my local computer to the repo setup in the remote directory? ANy pointers? You can tell I'm not a svn person :( ...

SVN Error: Commit blocked by pre-commit hook (exit code 1) with output: Error: n/a (6).

Some weird error cropped up suddenly outta nowhere and is preventing me from checking in my code via TortoiseSVN. I'm using a free account on myversioncontrol.com This is on a Windows Vista system. It was working fine till earlier in the day. Any clue how to get things back to normal? The Tortoise window shows this Command: Commit Modi...

Checkout a specific revision from subversion from command line

I would like to checkout a specific revision of a folder in subversion using the command line but don't see an option for specifying the revision number in TortoiseProc.exe. TortoiseProc.exe /command:checkout Any ideas on how to get the revision I want? Is TortoiseProc.exe the right tool for what I want to do? Thanks. ...

TortoiseSVN: How to completely remove all the information of a project (working copy) from the repository?

I was using TortoiseSVN for backing up some very large binary files, which I no longer need. I want to recover back this disk space from the repository. All these files/folders were maintained under a single project (working copy) in TortoiseSVN under a single directory. How do I delete all the versioned files and information related to...

Tortoisesvn API for C#.NET

How to integrate tortoisesvn Diff API(tool) for C#.Net? I should be able to use DIFF Tool in Tortoisesvn in my C# application. ...

SVN and read-only files

I'm new to subversion. When I do SVN checkout of a repository I get all files with read-only attribute set. I thought that SVN works differently and leaves files read-write all the time. I tried to remove RO attribute, change the files and commit them, but SVN sets them read-only again. I'm using TortoiseSVN 1.6.5, Build 16974 - 32 Bi...

Restoring a Subversion Repository AND Getting it back Up-to-Date with Everyone's local changes

I did not use the hotcopy to back up my Subversion repository. We use Visual SVN Server (latest) with tortoise. I copied C:\Repositories and backed that up a few days ago and now I want to restore it. I'm able to use the repository now with the backed up Repository folder copied over. and then I guess now I have manually go through e...

Subversion sometimes doesn't see new files

Sometimes when a team member adds a file to a subversion repository it doesn't get updated in the other team members working copies (once they request an update). We have to copy the files from the repo browser to the working copy, delete them in the repository and then re-commit them in order for it to work properly. It happens random...

Displaying a list of files that have changed since last changeset in SVN

I work with a team, and we use Subversion. In the morning I want to see exactly what was changed since the last build, is there a way to get a list of files that were modified between changesets? Update Using tortoiseSVN please ...

Bazaar, Mercurial or other for single user version control?

Which version control system would you recommend for: single user looking for simple, easy to use generally small simple projects working on windows usually coding python no server Use would be more finding old code than complicated branching situations. From other similar posts, Bazaar and Mercurial seem the best distributed versio...

Problem connecting to svn (400: Bad Request)

Hi all, Summary: I'm having some svn trouble, and after "debugging" it for a while, I'm not sure where to go from here. I figure someone else might have run into this problem before. The problem appears to be that I'm behind a transparent proxy my ISP uses, but this doesn't explain all the facts. Details: I'm having trouble connecting ...

Cannot check in changes to Tortoise after Copy/Replace of files

I got latest from a restored repository. Took only the files from my collegue's PC, copy/replaced some files (no not svn files, I left those in tact) to that repository restore that I checked out locally. Tried to check back in and appeared to go through. But I updated then looked at history and they are not there. Why? ...

Editing a Log in tortoise

Can you edit a log if you made a mistake when specifying some commit comments? ...

Storing Svn Repositories folder on a Network drive

Does anyone store their Repositories folder on a network drive that's backed up? Is there any issues anyone's had with that as opposed to lets say keeping it stored on the host server that is running Subversion's C drive? we essentially want to put our repo on another network drive (different than the server running Visual SVN Server) ...