Tim Lehner
Tim Lehner

Reputation: 15261

With TortoiseSVN, can a team use both .svn and _svn for local files?

My team of several developers use TortoiseSVN. I noticed that after an update at some point in the past, I'm no longer using _svn (underscore) as had been our standard for SVN's local hidden files, but rather .svn (dot). Can this cause any issue with our repository or the normal functions of SVN?

UPDATE

We are a .net shop, so I imagine that _svn files were originally specified here because of an old problem that doesn't seem to exist anymore.

Upvotes: 0

Views: 216

Answers (1)

khmarbaise
khmarbaise

Reputation: 97517

This is not based on the repository it's based on the configuration of TortoiseSVN. I don't know why you use "_svn" which is intended for using in relationship with .net as far as i know. Why not using ".svn" the default in SVN.

Upvotes: 3

Related Questions