SVN always getting errors when I commit (Subclipse)
Posted
by jax
on Stack Overflow
See other posts from Stack Overflow
or by jax
Published on 2010-06-14T11:05:10Z
Indexed on
2010/06/14
11:52 UTC
Read the original article
Hit count: 163
I have setup svn on my server and Subclipse at home. I am the only developer and am mainly using it for the backup and versioning features.
Everytime I commit my changes I get eighter:
Out Of date errors
or
Tree conflicts
Sometimes I even delete files and they don't delete on svn, in a directory hierarchy only the very last item will delete so I have to delete each folder one at a time.
How do I avoid these errors in the future?
Update: Another problem I am having is that sometimes eclipse seems to sync with the server so that when I refactor a filename it goes off to the server and does something and makes me wait, which is annoying.
And for clarity, this is a typical operation: I might change a filename, move a file to a different folder then change the contents of a file. I select the 'Team menu' and click 'commit'. Then I get all these errors above.
© Stack Overflow or respective owner