Jump to content

Use svn directories: Difference between revisions

From LabVIEW Wiki
Added screen capture.
Bryan (talk | contribs)
Changed steps to numbered list. Added deprecation info on feature.
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Use "_svn" directories instead of ".svn" directories so that the LabVIEW mass compiler doesn't try to compile these directories. [Right?]
Use "_svn" directories instead of ".svn" directories so that LabVIEW doesn't index the directories when building up palettes.


== How to use _svn directories  ==
'''Note:''' As of version 1.4.0 and later, the setting below is no longer available via TortoiseSVN >> Settings.  However, an alternative method, (also known as the SVN_ASP_DOT_NET_HACK) is described in TortoiseSVN's release notes located [https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-admins-aspdotnethack.html here].


== How to use _svn directories ==
#Open Windows explorer.
Open Windows explorer.<br />
#Right click on a directory and select "TortoiseSVN...Settings" from the pop-up menu.
Right click on a directory and select "TortoiseSVN...Settings" from the pop-up menu.<br />
#On the "General" page in the "Settings - Tortoise SVN" dialog check the "Use '_svn' instead of '.svn' directories" box.
On the "General" page in the "Settings - Tortoise SVN" dialog check the "Use '_svn' instead of '.svn' directories" box.<br />
#Click OK.
[IMG]http://i280.photobucket.com/albums/kk176/pauljlotz/Using_svn_directories.png[/IMG]<br />
#TortoiseSVN will prompt you to restart the computer.
Click OK.<br />
 
TortoiseSVN will prompt you to restart the computer.
[[Category:SCC]]
[[Category:SVN]]

Latest revision as of 11:54, 20 February 2019

Use "_svn" directories instead of ".svn" directories so that LabVIEW doesn't index the directories when building up palettes.

How to use _svn directories

Note: As of version 1.4.0 and later, the setting below is no longer available via TortoiseSVN >> Settings. However, an alternative method, (also known as the SVN_ASP_DOT_NET_HACK) is described in TortoiseSVN's release notes located here.

  1. Open Windows explorer.
  2. Right click on a directory and select "TortoiseSVN...Settings" from the pop-up menu.
  3. On the "General" page in the "Settings - Tortoise SVN" dialog check the "Use '_svn' instead of '.svn' directories" box.
  4. Click OK.
  5. TortoiseSVN will prompt you to restart the computer.