views:

297

answers:

1

Hi is there a way to force commit in SVN?

Thanks in advance

+2  A: 

For committing using Subversion, you should first update local files and then commit:

svn update
svn commit
Alan Haggai Alavi