Transferring SVN Properties

It looks like the SVN properties are stored in the local Working Copy folder and not on the server.

If this is correct, how can I duplicate these properties already defined in different files under the Working Copy folder on another machine?

The only property that needs to be passed is svn: ignore .

0


a source to share


2 answers


All properties (Subversion specific like 'svn: ignore' or user defined) are stored in the repository. Perhaps you forgot to commit after you installed / changed them?



+5


a source


svn

properties are stored in the repository. When you change them, you must commit the changes.



+3


a source







All Articles