0
votes
How do you handle different Java IDEs and svn?
Here's what i do:
Only maintain in source control your ant build script and associated classpath. Classpath could either be explicit in the ant script, a property file or managed by i …
