Search Results

2
votes

What is the proper way to do a Subversion merge in Eclipse?

Use Eclipse integration, it works perfectly fine. The main change from CVS, is that you only merge deltas from a branch, ie changes from one revision to another. That is to say you have to …
0
votes

How to remove subversive action in Synchronize view ?

Why would you need to do that ? Can't you simply make it that your users don't have the right to commit using svn rights ? …