SVN Ignore Files when propset and prop edit not working -


Each time I update I have an example of SVN

  DC2 D / flat image / IEpic.png.meta & gt; Local non-cooperative, incoming upcoming DC2D / Flame images / Yenjidari.XMTA & gt;  

svn propedit svn: ignore "png.meta"

svn

(and some other )

I can not believe that

To ignore these different types of meta files and every time I update, manually 20-30 The issue will have to be resolved.

Is there any wrong in such property settings or is there any other way that I can properly ignore all .meta files?

You can not ignore those enterprises which have already been added to subversion.

What should be expected of what is going on. You have an old amendment of the repository, and those two files were added locally later in the revision someone else added them anyway. When you update your revision, Subversion is telling you that there is a conflict. It wants to add these two files in the copy of your work, but you already have these files already present.

The easiest way to handle this is to take your files out of the way and make other updates. Then, if these files are not in the repository, delete them and make changes. It is possible that someone will add them back and make such a mistake.

Imagine that you are working in the Amendment 100, and you make the modification 101 as 2d / flatimages / iEpic.png.meta because it should not be there.

Another user checks the 100 (where the files are still present) and modifies 2d / flatimages / iEpic.png.meta . When they update to make 101 revisions, they will receive a conflict: Incoming local revised deleted if they accept work copy or problem resolved , By accepting as 2d / flatimages / iEpic.png.meta , resolve the conflict to be marked for an additional when they do Amendment 102, then 2d / flatimages / IEpic.png.meta will return to the repository in spite of the svn: ignore .

You can use a pre-committed hook that prevents these files from being added to the repository. If someone tries to add them, their commitment will be rejected.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -