Michael Maddison
michael at ddisolutions.com.au
Fri Mar 11 20:39:50 CST 2011
Hi Guys, I found a reg file that adds a right click menu item to remove all hidden svn dirs. And files from the selected dir. Create a .reg file, Paste this code in, Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @="Delete SVN Folders" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command] @="cmd.exe /c \"TITLE Removing SVN Folders in %1 && COLOR 9A && FOR /r \"%1\" %%f IN (.svn) DO RD /s /q \"%%f\" \"" Save it, Merge it to your reg. Works for me. Cheers Michael From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of Shamil Salakhetdinov Sent: Saturday, 12 March 2011 2:00 AM To: 'Discussion concerning Visual Basic and related programming issues.' Subject: Re: [dba-VB] SVN - removing all version control for a directory andall files underneath Hi John -- 1. Just delete hidden .svn subfolder from root folder and all subfolders. 2. Right-click folder in MS Windows Explorer window and use Tortoise SVN Export... command from popup-menu 3. Use command line SVN utility with export command http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.export.html Thank you. -- Shamil -----Original Message----- From: dba-vb-bounces at databaseadvisors.com [mailto:dba-vb-bounces at databaseadvisors.com] On Behalf Of jwcolby Sent: 11 ????? 2011 ?. 17:26 To: Access Developers discussion and problem solving; VBA; Sqlserver-Dba Subject: [dba-VB] SVN - removing all version control for a directory and all files underneath I am trying to copy a solution to a new location, strip all version control from it, delete a ton of projects within that solution and then version control the new solution. I copied the entire solution from my laptop to a VM and under my user / projects there. The copy still appears to be under version control. I looked in help and it says to copy the directory to itself using the vsn right click menu. I did that and it removed the vsn green checkmark from the top level directory (the solution) but left the check mark on all of the subdirectories (projects and stuff). Does anyone have a clue how to completely and entirely remove a directory from version control - remove all green check marks from every subdirectory etc.? -- John W. Colby www.ColbyConsulting.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com _______________________________________________ dba-VB mailing list dba-VB at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/dba-vb http://www.databaseadvisors.com ________________________________ No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1204 / Virus Database: 1498/3501 - Release Date: 03/11/11