Tag Archives: SVN
Lenovo Logo

IntelliJ IDEA 9 Subversion Functionality Is Buggy as Sin

Update #2: After a few weeks of testing this issue out, I’ve narrowed down the issue to the following scenario that causes this to happen:

Invoke an SVN operation that pops up a dialog (like a commit)
Hit the action button (e.g. “Commit”)
ISSUE: Sometimes the dialog will hang for up to 8 seconds, looking like it’s either [...]

Read full storyComments { 0 }
svn-entries-checksum-value

How I Fixed the "Subversion Checksum Mismatch" Issue

From where I’m standing SVN seems to bring with it a lot of the issues that CVS had with regards to “too much” changing on your local disk and then that getting you into trouble when you went to check it into the repo.
I never figured out why exactly CVS would frequently balk at this [...]

Read full storyComments { 4 }
share-my_project

How to Setup an SVN Server to use in Eclipse

So, after thousands of lines of code you’ve managed to build an awesome, feature rich program, and you are really to label it 1.0. You want to bring in more developers because it is doing so great… What do you do? Well, regardless of whether you have hit 1.0, version control is something [...]

Read full storyComments { 0 }