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

Restore Eclipse subversion project connection

Svn information is stored in the .svn folders in the projects. NB : I am using Subversive so things may be different. …