Problem with TortoiseSVN Global Ignore template for Visual Studio project

I am running....

TortoiseSVN 1.6.11, Build 20210 - 64 bit Windows 7 64 bit Visual Studio 2008

I created a repository, performed SVN Checkout, and created a new VS solution with a new project.

Next, I tried to commit my changes and noticed that the contents of the bin and obj directories were included in the list of items to register.

So, I thought I would add the following expression ....

*.suo *.user bin obj *.pdb *.cache *_svn *.svn *.suo *.user *.build-res TestResults _ReSharper*

..... as suggested in this previous question , but no joy.

What am I doing wrong?

Just to clarify, I right-click the root folder of my working directory, then> TortoiseSVN> Settings and adding the expression above to the “Subversion Global Ignore Pattern”

Any help was appreciated.

,

ETFairfax

: , . *.dll, DLL , , , "bin".

+3
4

, [VS2010, #, resharper]

bin obj doc *.user *.suo _ReSharper.*
+3

. , :

bin  
obj  
*.suo  
*.user  
*.bak  
+2

, .

*\bin *\bin * *\obj *\obj * *.suo *.user.bak .ReSharper * _ReSharper. ** StyleCop.Cache

taken from here

0
source

Check aside - make sure you restart the SmartSVN app. Otherwise, you will not see any effect - even if your templates may be correct.

0
source

Source: https://habr.com/ru/post/1778936/


All Articles