Use svn directories: Difference between revisions
Appearance
Initial |
Changed steps to numbered list. Added deprecation info on feature. |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Use "_svn" directories instead of ".svn" directories so that | 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]. | |||
#Open Windows explorer. | |||
Open Windows explorer. | #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. | #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. | #Click OK. | ||
Click OK. | #TortoiseSVN will prompt you to restart the computer. | ||
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.
- Open Windows explorer.
- Right click on a directory and select "TortoiseSVN...Settings" from the pop-up menu.
- On the "General" page in the "Settings - Tortoise SVN" dialog check the "Use '_svn' instead of '.svn' directories" box.
- Click OK.
- TortoiseSVN will prompt you to restart the computer.