Article in the category 'Source Control'

Window -> Preferences…, Java -> Compiler -> Building. Under “Output folder” add “, .svn/” to “Filtered Resources” (so that you get “*.launch, .svn/”).
If you don’t do this, Eclipse will copy all the .svn directories to the target directory and complain about duplicate resources as the contents of src/main/java and src/main/resources end up at the same […]

Posted: April 12, 2007, 7:29 am by Brian Radford

After applying some upgrades to my linux server, subversion stopped working. The repositories were no longer valid. I read through my long list of errors and researched them out over the web and found out that the upgrades had converted my Berkeley DB install from 4.2 to 4.3. Then I researched it out a bit […]

Posted: August 4, 2006, 7:40 pm by Brian Radford