My first guess is that the person who switched from SVN to GIT simply added all files and directories of a working copy to the GIT repo, and that these files should have never been added in the first place.
You could check whether you can remove them from the project, or you could try to rename from .svn to _svn - which on Windows would help by making the directory visible even to users who disabled visibility of hidden directories. "Settings->Context menu" has a "Do not show the context menu for following paths". Try to enter the path there and see whether that does the trick. Best Regards Hartmut Von: Matteo Zatti tramite TortoiseSVN <[email protected]> Gesendet: Mittwoch, 12. Juli 2023 17:14 An: TortoiseSVN <[email protected]> Betreff: Re: GIT and TortoiseSVN Yes, there is a .svn folder inside the main folder, but it was created because it is also existing in the original main folder of the project mantained by GIT (In the past was mantained by SVN). Whta to do now? Thanks. Matteo Il giorno mercoledì 12 luglio 2023 alle 17:07:19 UTC+2 [email protected]<mailto:[email protected]> ha scritto: onsdag 12 juli 2023 kl. 17:00:44 UTC+2 skrev [email protected]: Hello. I'm using TortoiseSVN with some projects. I have to work with another project which uses GIT instead, and cannot be ported to SVN. I've installed GIT on the local machine and cloned the repository locally. When I open this new project, this popup came out "Subversion detected a working copy that needs an explicit upgrade in (local folder). While this working copy is not upgraded all files in this working copy will appear as new" How can I tell SVN to "ignore" this project completely? I've tried by folder, but I haven't the voice "ignore" in the context menu. Thanks. Matteo I assume by "project" you mean a folder and you are talking about Windows Explorer? Do you have a folder called .svn in that folder or in any parent folder? This is the way Subversion identifies a working copy. There is no way (and no need) to instruct TortoiseSVN to ignore a particular folder. If .svn is not there, then TortoiseSVN will not do anything. Kind regards Daniel -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/a46de197-ddee-4130-9c44-e27259164badn%40googlegroups.com<https://groups.google.com/d/msgid/tortoisesvn/a46de197-ddee-4130-9c44-e27259164badn%40googlegroups.com?utm_medium=email&utm_source=footer>. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/DB4PR10MB6288C00BCFE78E21A31CB603FC36A%40DB4PR10MB6288.EURPRD10.PROD.OUTLOOK.COM.
