tortoisesvn

Subversion 1.6.6 Error "Could not open the requested SVN filesystem"

I am running ubuntu server with Subversion 1.6.6. In windows I use the latest Tortoise SVN compiled against Subversion 1.6.6. I create a new Repository and when I attempt to view the repository or import my files and get the following error: "Could not open the requested SVN filesystem" I can view the repositories via the command lin...

SVN pre-commit script to check for mkdir

I wrote the following pre-commit script for SVN to validate that a user has submitted the minimum amount of information on a file commit. However, when trying to add/delete a directory, now it is failing. I know why it's failing obviously, I just didn't realize the pre-commit script was called on every action. How do I filter for the act...

Is there a best practice to not forget SVN Add new files with Tortoise SVN?

We've been using Source Safe for years. Now we use Tortoise SVN. It's quite a problem to not forget to add new files to the repository - Source Safe had integration with Visual Studio but I don't see any for Tortoise SVN and so I often forget to add files and this breaks the build. Is there some industry-wide practice for simplifying ad...

Convert from remote hosted SVN to GIT

I have SVN hosted and want to convert to Git and put it back into the hosted repository as Git. I am on windows. I have been using Tortoise Git since I've been using Tortoise SVN and love it. And so I've set out to created a Git clone from the SVN. And then intend to take that clone and put it into the newly created hosted Git reposi...

Advantages/Disadvantages of server-less Subversion for solo developer

TortoiseSVN is good for this? What about best practices to work fine? Any special care about tricky issues using that way? ...

SVN Noob: quick summary of how to use it?

[for those not following along at home, this is the sequel to Rolling My Own Version Control ;)] So i gave in and installed TortoiseSVN (to work with a friend on a project, my personal version control is alive, well, and working as i want it). Having never seriously used one of these before, can someone give me (a link to a) concise exp...

How do I reconfigure VisualSVN server from Copy-Modify-Merge to Lock-Modify-Unlock?

We have just started using VisualSVN, TortoiseSVN and ankhSVN plug-in to handle our source control. Initially we were good with the Copy-Modify-Merge style, but we have now found a need to move to the Lock-Modify-Unlock method. But we already have like 15 projects in our repository that follow Copy-Modify-Merge. What do I need to do t...

Unable to checkout log4j repository

I'm using tortoiseSVN to checkout the log4j v1.2 source from - http://svn.apache.org/repos/asf/logging/log4j/trunk But i keep getting this error: Error: OPTIONS of '': Could not Error: resolve hostname `svn.apache.org': No such host is known. The funny thing is that i can access 'svn.apache.org' from my browser but if i try to ping ...

TortoiseSVN Update Head from Revision

I am new to tortoiseSVN - What is the best way to update the head from a revision? ...

Subversion (TortoiseSVN) - Default check in message?

Is there a way I can set up a client-side script/hook/setting/whatever to have a default message in the TortoiseSVN Commit dialog? (I want to put some text there to remind me to note bug number when I check in code.) ...

How to I tell VisualSVN to do a replace instead of a merge?

We're finding ourselves unable to open our project in Visual Studio because SVN is adding lines like "<<<<<<< .mine" to our .csproj files. This is apparently something SVN inserts when it has trouble merging files, but we're not interested in merging things as two people can never have the same file checked out. How do we set Visual ...

AnkhSVN and/or TortoiseSVN - what's the recommended way to change directory structures?

I'm a fairly new user of Ankh and Tortoise. Currently ramping up on a VS2008 application suite that will have multiple .exe files, but with a lot of common code. Currently, we're sharing code between .exe projects by putting source files in a "Shared" folder tree, and using "Add as link" in all the VS2008 projects that need to compile ...

BackUp and Restore SVN settings, How?

Hi, I have a svn configured in the windows server and having 2000 more revisions. So i would like to change the sever from Windows to linux, so i want to backup all the revision and restore to the new svn configuration under linux. How is it possible?? ...

Heavy use of TortoiseSVN / Subversion locks NT User account

Strange one this, which isn't programming related directly, but I thought it important to ask here instead of ServerFault.com, as it is directly related to TortoiseSVN/Subversion usage. Basically, through normal usage, TortoiseSVN operates absolutely fine with our Subversion repository, but as I'm responsible for our continuous integrat...

Issue with SVN Commit for certain File Extension

Hello, I am having problem with uploading file to SVN repository from Tortoise SVN. I can upload all files except some specific files which always fail List of Files Rhino.Mocks.dll System.Data.SQLite.dll Microsoft.Ajax.debug.js On SVN the error log contained these entries. [Tue Dec 15 15:03:33 2009] [error] [client xxx.xxx.xxx.x...

Subversion (svn + tortoiseSvn) commit not locked file

I have experienced strange functionality of subversion. We are using latest 1.6 Svn server visual svn and tortoise svn 1.6.6 We have defined property svn:needs-lock to a file, then if you copy over file from different location it shows local change if you try to commit SVN it allows you to Commit even if you didn't obtain the LOCK. Th...

help with subversion (svn) hook script

How to create a subversion server hook script that prevents people from committing changes if they don't own the lock on the file first? Svn server is on windows. Thanks. P.S. Additional info in this question http://stackoverflow.com/questions/1924780/subversion-svn-tortoisesvn-commit-not-locked-file ...

practical guide to subversion branch merging

Preface I realise there are already a lot of questions about merging SVN branches on SO. I have read many of them, but still haven't really found the information I'm looking for, so please read this question in it's entirety before proposing to close it as a duplicate I need to merge one SVN branch into another. I'm pretty comfortabl...

Can I create a patch for unversioned files with Tortoise SVN?

I'd like to create a patch reflecting changes to an unversioned file. I have both "before change" and "after change" versions and Tortoise Diff is happy to compare them. Can I also make a patch reflecting those changes with Tortoise SVN? ...

Do comments on branch commits get persisted when the branch is merged onto the trunk?

Using subversion v1.6.6 and TortoiseSVN v1.6.6.. After having created a branch and meticuously adding detailed comments whenever doing a commit on the branch, I can't seem to find those comments after I have merged the branch back onto the trunk. Note : We're employing a feature branching strategy where all development is done in new b...