active questions tagged tortoisesvn - Stack Overflowmost recent 30 from stackoverflow.com2009-12-23T06:43:04Zhttp://stackoverflow.com/feeds/tag/tortoisesvnhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1716360/is-there-a-svn-plugin-for-sql-server-management-studio-2005-or-20081Is there a SVN plugin for SQL Server Management Studio 2005 or 2008?Steve2009-11-11T16:30:23Z2009-12-23T03:23:52Z
<p>Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one?</p>
http://stackoverflow.com/questions/1948050/tortoisesvn-doesnt-connect-to-repository0TortoiseSVN doesn't connect to repositoryOded2009-12-22T17:49:49Z2009-12-22T17:51:41Z
<p>I've been using cvs2svn to migrate one of my repositories to SVN.</p>
<p>When I open it with TortoiseSVN, it gives me an error:</p>
<p>Expected FS format between '1' and '3'; found format '4'</p>
<p>what does that mean?</p>
<p>thank you.</p>
http://stackoverflow.com/questions/1947492/tortoisesvn-creating-a-branch-and-switch0Tortoisesvn creating a branch and switchunderstack2009-12-22T16:31:15Z2009-12-22T16:36:16Z
<p>This might be a dumb question but I'm unable to understand:</p>
<p>When we create a new branch, why do we need to 'switch'? What does this 'switch' exactly do? Can't I use the whole repository as I was using earlier without bothering about switch? </p>
http://stackoverflow.com/questions/1942470/how-to-automate-visual-studio-tasks-following-svn-update1How to automate Visual Studio tasks following SVN update?Herb Caudill2009-12-21T20:37:09Z2009-12-21T20:57:43Z
<p>I have several Visual Studio web application projects that include SVN externals. When a new file is added to an external module, VisualSVN brings it down to the file system, but doesn't add it to the Visual Studio project; it has to be manually added. </p>
<p>I might write a macro to automate this process, and I'm wondering if I can make it a one-step process by either:</p>
<ol>
<li>Having the macro initiate the VisualSVN update, then do the work (Q: Is it possible to trigger a VisualSVN update from a macro?)</li>
<li>Hooking into a hypothetical "post-update" event from VisualSVN to fire a macro to do the work (Q: Does such an event exist?)</li>
</ol>
http://stackoverflow.com/questions/1900548/slow-tortoisesvn-merge-range-of-revisions0Slow TortoiseSVN merge range of revisions.Tom Hubbard2009-12-14T12:05:43Z2009-12-21T17:33:54Z
<p>We have a feature branch into which we merge (with TortoiseSVN 1.6.6) changes from the trunk periodically by doing a range of revisions merge.</p>
<p>If we leave the Revision range to merge box (To merge all revisions that have yet to be merged) empty the merge takes well over a minute.</p>
<p>If we specify the range from the branch point to head (6762-HEAD) the merge takes about 10 seconds.</p>
<p>This seems to imply that TortoiseSVN is going all the way back to revision 1 to check for revisions to merge.</p>
<p>Is there a way to correct this so that we can use the Range of Revisions box as blank.</p>
<p>Marking all revisions (1-HEAD) as merged does not seem to help the problem.</p>
http://stackoverflow.com/questions/1930319/how-might-i-force-our-developers-to-enter-notes-when-committing-via-tortoisesvn3How might I force our developers to enter notes when committing via TortoiseSVN? [closed]Angela2009-12-18T19:47:39Z2009-12-18T21:57:56Z
<blockquote>
<p><strong>Possible Duplicates:</strong><br>
<a href="http://stackoverflow.com/questions/822682/any-svnhook-script-that-enforce-commit-with-comments">Any svn:hook script that enforce commit with comments?</a><br>
<a href="http://stackoverflow.com/questions/1208900/creating-a-required-comment-hook-for-tortoise-svn">Creating a Required Comment Hook for Tortoise SVN</a> </p>
</blockquote>
<p>I often see a slew of commits, but no notes referencing the tickets... And so I end up going back and reviewing the diff manually. Not necessarily bad, but it would be nice to have notes. Any ideas?</p>
http://stackoverflow.com/questions/1929976/other-users-cant-access-my-svn-repo1Other users can't access my svn repoNarcolapser2009-12-18T18:39:22Z2009-12-18T19:11:58Z
<p>Question:
How do I do I set it so that other users can access my svn repo with tortoise?</p>
<p><hr></p>
<p>Info:</p>
<p>I have a svn repo set up on my little home server (Ubunt 9.04) and i'm trying to set things up so that my friends and I can work on some programing projects together. Right now I can get my account that i use for admin (we'll call it bob) to access the directory, check out, commit, and all that jazz. But I have a group (Red), with 4 users (littlefoot, joe, winkle,delightful) that i want to have access to this directory. None of them seem to be able to. How can I change this? </p>
<p>I noticed that also littlefoot (my programing alias for this project.) can't create repositories as well. Is there something wrong with the svnadmin setting that i should change?</p>
<p>And yes, I do have folder permissions set up to allow Red to access the folder of the repository.</p>
http://stackoverflow.com/questions/1928639/do-comments-on-branch-commits-get-persisted-when-the-branch-is-merged-onto-the-tr0Do comments on branch commits get persisted when the branch is merged onto the trunk?Lee Englestone2009-12-18T14:49:13Z2009-12-18T15:19:19Z
<p>Using subversion v1.6.6 and TortoiseSVN v1.6.6..</p>
<p>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.</p>
<p>Note : We're employing a feature branching strategy where all development is done in new branches and the Trunk is the 'master code base' that releases are created from (after integration testing).</p>
<p>So do I loose the old branch comments? If not, where are they? Where are they visible in Tortoise SVn.</p>
<p>Cheers in advance!</p>
<p>-- Lee</p>
http://stackoverflow.com/questions/1924780/subversion-svn-tortoisesvn-commit-not-locked-file2Subversion (svn + tortoiseSvn) commit not locked fileIrfan Mulic2009-12-17T21:40:18Z2009-12-18T14:16:41Z
<p>I have experienced strange functionality of subversion.</p>
<p>We are using latest 1.6 Svn server visual svn and tortoise svn 1.6.6</p>
<p>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.</p>
<p>This is a big problem for us, please let us know how to force SVN not to allow commits without obtaining the lock.</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1926317/practical-guide-to-subversion-branch-merging5practical guide to subversion branch mergingDon2009-12-18T04:42:26Z2009-12-18T13:03:40Z
<p><strong>Preface</strong></p>
<p>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</p>
<p><hr></p>
<p>I need to merge one SVN branch into another. I'm pretty comfortable with the theory of branching and merging, but I've always struggled with the practice of performing the merge, more specifically, with identifying and resolving conflicts. I suspect the root cause of this problem is a lack of understanding on my part of the tools required to get the job done, i.e. tortoise SVN and the various visual merging tools that are available.</p>
<p>Based on reading various related SO questions, I've identified <a href="http://www.sourcegear.com/diffmerge/" rel="nofollow">Sourcegear DiffMerge</a> and <a href="http://www.scootersoftware.com/" rel="nofollow">Beyond Compare</a> as candidate tools for performing the 3-way merge. I tried DiffMerge, but struggled to use it effectively. I expected to see the following 3 files while resolving conflicts</p>
<ul>
<li>File from branch A</li>
<li>File from branch B</li>
<li>Result of performing the merge</li>
</ul>
<p>But instead what I see is</p>
<ul>
<li>File from branch A</li>
<li>File from branch B</li>
<li>Common ancestor of A and B, AKA base revision</li>
</ul>
<p>This led me to wonder how I can see the result of the merge after each action I take when resolving conflicts visually. I also struggled to actually perform such action, e.g. accepting a particular change from either branch A or B. After reading about the subject a bit more, it now seems that the base revision is in fact the place where the results of the merge should be shown, is that correct?</p>
<p>I think a screencast or video tutorial that demonstrates merging branches with Tortoise SVN and a visual merge tool would probably answer most of my outstanding questions about how to use these tools effectively. I'm more interested in the process of resolving conflicts that performing the merge itself, but it would be great if both were covered.</p>
<p>Thanks,
Don</p>
http://stackoverflow.com/questions/1927234/can-i-create-a-patch-for-unversioned-files-with-tortoise-svn0Can I create a patch for unversioned files with Tortoise SVN?sharptooth2009-12-18T09:37:13Z2009-12-18T10:07:52Z
<p>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?</p>
http://stackoverflow.com/questions/1774653/server-sent-unexpected-return-value-405-not-allowed-nginx-svn0Server sent unexpected return value (405 Not Allowed). Nginx, SVNFanamura2009-11-21T05:54:59Z2009-12-18T03:41:10Z
<p>All greetings. Installed and configured the SVN, but the project is to commit a mistake and not complete. Server nginx, client - tortoise. Gives the following error:</p>
<blockquote>
<p>Commit failed (details follow): Server
sent unexpected return value (405 Not
Allowed) in response to PUT request
for
'/repos/!svn/wrk/79c6d77f-f269-1044-bc71-05a5edf2f865/subdomain/ajax/toggleElements/js.gif'</p>
</blockquote>
<p>image log: <a href="http://floomby.ru/content/meNBRRpAT0/" rel="nofollow">http://floomby.ru/content/meNBRRpAT0/</a></p>
<p>Seek a solution in the internet, nothing definite is said, written, which is associated with nginx and everything ubiraenie slash in the Location outcome has not</p>
<p>How to fix a bug? Thank you for your answers</p>
http://stackoverflow.com/questions/1925454/help-with-subversion-svn-hook-script1help with subversion (svn) hook script Irfan Mulic2009-12-18T00:04:31Z2009-12-18T00:20:18Z
<p>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?</p>
<p>Svn server is on windows.</p>
<p>Thanks.</p>
<p>P.S. Additional info in this question</p>
<p><a href="http://stackoverflow.com/questions/1924780/subversion-svn-tortoisesvn-commit-not-locked-file">http://stackoverflow.com/questions/1924780/subversion-svn-tortoisesvn-commit-not-locked-file</a></p>
http://stackoverflow.com/questions/1057734/tortoisesvn-icons-not-showing-up-under-windows-722TortoiseSVN icons not showing up under windows 7Lodle2009-06-29T11:03:53Z2009-12-17T16:53:32Z
<p>I cant seem to get the icons to display under windows 7 and i really miss this from xp.</p>
<p>Any one know how to fix?</p>
http://stackoverflow.com/questions/1910503/issue-with-svn-commit-for-certain-file-extension0Issue with SVN Commit for certain File ExtensionTheMar2009-12-15T21:25:17Z2009-12-17T15:08:33Z
<p>Hello,</p>
<p>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</p>
<p>List of Files </p>
<p>Rhino.Mocks.dll
System.Data.SQLite.dll</p>
<p>Microsoft.Ajax.debug.js</p>
<p>On SVN the error log contained these entries.</p>
<pre><code>[Tue Dec 15 15:03:33 2009] [error] [client xxx.xxx.xxx.xxx] Unable to PUT new contents for /Futures/!svn/wrk/31a3597a-ac95-9a4f-a234-bedc059f9c32/MyFolder/trunk/ExternalLibraries/RhinoMocks.dll. [403, #0]
[Tue Dec 15 15:03:33 2009] [error] [client xxx.xxx.xxx.xxx] Could not prepare to write the file [500, #160044]
[Tue Dec 15 15:03:33 2009] [error] [client xxx.xxx.xxx.xxx] Cannot write to the prototype revision file of transaction '11-n' because a previous representation is currently being written by this process [500, #160044]
[Tue Dec 15 15:03:41 2009] [error] [client xxx.xxx.xxx.xxx] Unable to PUT new contents for /Futures/!svn/wrk/544b013d-1d26-ab4b-9ecf-4aab76f7bee3/MyFolder/trunk/ExternalLibraries/System.Data.SQLite.dll. [403, #0]
[Tue Dec 15 15:03:41 2009] [error] [client xxx.xxx.xxx.xxx] Could not prepare to write the file [500, #160044]
[Tue Dec 15 15:03:41 2009] [error] [client xxx.xxx.xxx.xxx] Cannot write to the prototype revision file of transaction '11-o' because a previous representation is currently being written by this process [500, #160044]
</code></pre>
<p><img src="http://img94.imageshack.us/img94/8079/svn2.jpg" alt="alt text">
<img src="http://img706.imageshack.us/img706/2419/svn1.jpg" alt="alt text"></p>
<p>Any help will be appreciated</p>
<p>Thank you,
The Mar</p>
<p><strong>Edit: Results:</strong></p>
<p>Turning off AniVirus didnt help in my case.</p>
<p>I restarted Apache - Same results</p>
<p>I copied the dlls listed above and did a committ- it worked. It seems the cause of the issue might have been corrupted dll, but then when did it get corrupted? The project was able to use these dlls without any exceptions. I opened the javascript file adding an extra space in the header and saved it back. I was able to commit the file. </p>
<p>For now the issue is solved but still not sure what was the cause.</p>
<p>I am new to SVN - should I have done something else to the files other than Add before commiting?</p>
http://stackoverflow.com/questions/1825503/subversion-1-6-6-error-could-not-open-the-requested-svn-filesystem0Subversion 1.6.6 Error "Could not open the requested SVN filesystem"Belliez2009-12-01T11:13:51Z2009-12-16T10:39:58Z
<p>I am running ubuntu server with Subversion 1.6.6.</p>
<p>In windows I use the latest Tortoise SVN compiled against Subversion 1.6.6.</p>
<p>I create a new Repository and when I attempt to view the repository or import my files and get the following error:</p>
<p>"Could not open the requested SVN filesystem"</p>
<p>I can view the repositories via the command line (as root) but want to view them in Tortoise. Some repositories however are fine and I can view and comit without any problem via Tortoise.</p>
<p>I am sure its a user / permission thing but not sure where to look?</p>
<p>Any suggestions are greatly accepted.</p>
<p>Thank you</p>
http://stackoverflow.com/questions/1906069/heavy-use-of-tortoisesvn-subversion-locks-nt-user-account2Heavy use of TortoiseSVN / Subversion locks NT User accountBrett Rigby2009-12-15T08:54:01Z2009-12-15T19:27:07Z
<p>Strange one this, which isn't programming related directly, but I thought it important to ask here instead of ServerFault.com, as it <em>is</em> directly related to TortoiseSVN/Subversion usage.</p>
<p>Basically, through normal usage, TortoiseSVN operates absolutely fine with our Subversion repository, but as I'm responsible for our continuous integration build scripts, I'm actually quite a heavy user in that respect and have found that it's causing quite a problem when my NT user account gets locked out.</p>
<p>The Support desk are probably fed up of me getting my account unlocked, but I know it's related to my SVN dealings.</p>
<p>Any one else had this problem? If so, what can I do to stop it, or at least curb it's activity?</p>
http://stackoverflow.com/questions/857564/svn-commands-does-not-appear-in-context-menu1SVN commands does not appear in context menusdfgdfg2009-05-13T12:01:44Z2009-12-15T17:06:12Z
<p>Hi</p>
<p>I've just downloaded and installed SVN Tortoise, but no commands appear on the menu
How is that possible?</p>
http://stackoverflow.com/questions/1899120/backup-and-restore-svn-settings-how1BackUp and Restore SVN settings, How?coderex2009-12-14T05:43:21Z2009-12-15T08:33:48Z
<p>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. </p>
<p><strong>How is it possible??</strong></p>
http://stackoverflow.com/questions/118205/how-can-i-publish-a-subversion-repository-to-a-local-iis3How can I publish a subversion repository to a local IIS?jdecuyper2008-09-22T23:24:23Z2009-12-14T10:32:17Z
<p>At work, we have a windows server 2003 with IIS and Subversion installed. We use it to publish and test locally
our ASP.NET websites. Every programmer has Tortoise installed on his PC and can update/commit content to the server. Hosting the repositories is working fine.
But the files kept in those repositories needs then to be copied to our local IIS (virtual directories). </p>
<p>What is an easy way to publish those subversion repositories to our local IIS?</p>
<p>Edit:<br />
Thanks to <a href="http://stackoverflow.com/users/14312/puetzk">puetzk</a> I added a simple bat file that gets executed every time a commit occurs (check the <a href="http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html" rel="nofollow">subversion documentation</a> about hooks). My bat file only contains: </p>
<pre><code>echo off
setlocal
:: Localize the working copy where IIS points)
pushd E:\wwwroot\yourapp\trunk
:: Update your working copy
svn update
endlocal
exit
</code></pre>
http://stackoverflow.com/questions/69448/how-do-i-keep-resharper-files-out-of-svn4How do I keep Resharper Files out of SVN?JasonS2008-09-16T04:46:29Z2009-12-14T09:13:50Z
<p>I am using VS2008 and Resharper. Resharper creates a directory _Resharper.ProjectName. These files provide no value for source control that I am aware of and cause issues when committing changes. How can I get SVN to ignore them? I am using TortoiseSVN as my interface for SVN.</p>
<p>EDIT: You guys are fast.</p>
http://stackoverflow.com/questions/264571/move-directory-across-svn-repository-using-tortoise-svn10Move Directory across SVN repository using Tortoise SVNNgu Soon Hui2008-11-05T07:50:36Z2009-12-12T20:04:17Z
<p>How to move a sub directory from one directory to another, given that both are inside the same SVN repository? I am using tortoise SVN.</p>
http://stackoverflow.com/questions/1813548/how-do-you-connect-tortoisesvn-on-a-remote-pc-to-svn-on-a-hosted-server0How do you connect TortoiseSVN on a remote PC to SVN on a hosted server?Laszlo2009-11-28T19:36:33Z2009-12-12T14:54:25Z
<p>I've installed SVN on a Windows 2008 server hosted by an outfit similar to GoDaddy. I've installed TortoiseSVN on my local WinXP Pro PC. How do I connect TortoiseSVN from my local PC to SVN on the hosted server? I know the IP address of the hosting server, but I don't know how to make a URL out of it. When I set up SVN and started it as a service, I set the SVN repository to c:\SVN. My local machine has a bunch of files in d:\TestProject that I'd like to import into SVN. Initiating the IMPORT command from TortoiseSVN, I tried identifying the SVN repository as \123.123.12.12\c$\svn_repository (note that 123.123.12.12 is a placeholder for the IP address), but that came up with an error telling me "Unrecognized URL scheme"</p>
<p>I've read the manuals, help docs, ... but they are written for a more conversant IT type, or Apache, or something other than what I'm looking for help with. I'm a programmer for 20+ years, but not a system admin, and I work with a couple other remote programmers - no network admin to consult.</p>
http://stackoverflow.com/questions/1892448/configure-svn-server-and-trac-on-ubuntu1Configure SVN Server and Trac on Ubuntu [closed]coderex2009-12-12T05:38:19Z2009-12-12T11:43:55Z
<p>Hi,</p>
<p>I would like to configure my Ubuntu Machine as local web server for multiple project handling. </p>
<p>Am bit confused about the URL/Folder structure of my above system.</p>
<p>I wish to get something like following.</p>
<p><strong><a href="http://localserver/svn/" rel="nofollow">http://localserver/svn/</a> - will manage the svn.</strong></p>
<p><strong><a href="http://localserver/trac/" rel="nofollow">http://localserver/trac/</a> - will manage all Trac system.</strong></p>
<p>How can i configure these for <strong>multiple project</strong>.</p>
<p><a href="http://localserver/svn/project1" rel="nofollow">http://localserver/svn/project1</a> - is this possible from a single svn server/trac installation or
<a href="http://localserver/trac/project1/" rel="nofollow">http://localserver/trac/project1/</a> ?????</p>
<p>and so on.. or any other easy method to handle these features together for handle multiple project.??</p>
<p>Thanks in advance!!</p>
http://stackoverflow.com/questions/1889605/ankhsvn-and-or-tortoisesvn-whats-the-recommended-way-to-change-directory-struc1AnkhSVN and/or TortoiseSVN - what's the recommended way to change directory structures?Tom Bushell2009-12-11T17:30:04Z2009-12-11T17:51:19Z
<p>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.</p>
<p>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 those files. (We started out with VisualSVN, but switched to Ankh because it dealt with linked files so much better.)</p>
<p>The problem we're running into is that we're still actively modifying the structure of the Shared folder tree - adding new folders, and moving existing files into them as the project evolves.</p>
<p>Have been mostly using Tortoise to change the directory structure, but keep running into problems - seems to get out of synch with the repository. We get error messages that say files are missing, or about tree conflicts.</p>
<p>I suspect the problem maybe that we sometimes do things in the wrong order - for example, forgeting to do an Update before moving directories around and then Committing - but am not sure.</p>
<p>So, my questions:</p>
<p><strong>Which is the better tool for changing directory structures - Ankh or Tortoise?</strong></p>
<p><strong>For the preferred tool, what are the steps that must be performed, and in what order?</strong></p>
http://stackoverflow.com/questions/1882444/how-to-i-tell-visualsvn-to-do-a-replace-instead-of-a-merge0How to I tell VisualSVN to do a replace instead of a merge?Django Reinhardt2009-12-10T17:06:45Z2009-12-11T10:47:56Z
<p>We're finding ourselves unable to open our project in Visual Studio because SVN is adding lines like</p>
<p><code>"<<<<<<< .mine"</code></p>
<p>to our .csproj files.</p>
<p>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.</p>
<p>How do we set Visual SVN to Replace instead of Merge?</p>
<p>Thanks for any help.</p>
http://stackoverflow.com/questions/1881982/subversion-tortoisesvn-default-check-in-message3Subversion (TortoiseSVN) - Default check in message?Kyralessa2009-12-10T15:58:48Z2009-12-11T08:44:15Z
<p>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?</p>
<p>(I want to put some text there to remind me to note bug number when I check in code.)</p>
http://stackoverflow.com/questions/1881834/tortoisesvn-update-head-from-revision0TortoiseSVN Update Head from Revisionvikasde2009-12-10T15:38:22Z2009-12-10T15:50:20Z
<p>I am new to tortoiseSVN - What is the best way to update the head from a revision?</p>
http://stackoverflow.com/questions/767418/remove-unnecessary-svnmergeinfo-properties4Remove unnecessary svn:mergeinfo propertiesStingray2009-04-20T08:37:41Z2009-12-10T12:32:45Z
<p>When I merge stuff in my repository Subversion wants to add/change a lot of svn:mergeinfo properties to files that are totally unrelated to the things that I want to merge. Questions about this behaviour have been asked before here on Stackoverflow.com, as you can read <a href="http://stackoverflow.com/questions/391864/svn-mergeinfo-properties-on-paths-other-than-the-working-copy-root">here</a> and <a href="http://stackoverflow.com/questions/622409/tortoisesvn-using-svnmergeinfo-is-there-a-way-to-turn-it-off">here</a>.</p>
<p>From what I understand from the topics mentioned above it looks like a lot of files in my repository have explicit svn:mergeinfo properties on them, when they shouldn't. The advice is to reduce the amount and only put those properties on relevant files/folders.</p>
<p>So now my question: how can I easily remove those unneeded properties? I'm using TortoiseSVN, but am reluctant to manually check/fix hundreds of files. Is there an easier way to remove those unnecessary svn:mergeinfo properties?</p>
<p>P.S. I'm <strong>not</strong> looking for C++ SVN API code.</p>
http://stackoverflow.com/questions/1877485/how-do-i-reconfigure-visualsvn-server-from-copy-modify-merge-to-lock-modify-unloc0How do I reconfigure VisualSVN server from Copy-Modify-Merge to Lock-Modify-Unlock?swolff19782009-12-09T22:51:02Z2009-12-10T07:53:54Z
<p>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.</p>
<p>What do I need to do to configure our repository to require locks for the existing projects and any projects that will be added in the future. I have seen the documentation on svn:needs-lock but I don't understand how to use this to move our shop to Lock-Modify-Unlock. </p>
<p>Can anyone please give me the "for dummies" explanation of how to set up VisualSVN server as well as our client machines to require locking for the existing projects and newly added projects?</p>