Eclipse: Eclipse bin and .svn directories

Eclipse tends to like picking up .svn folders and throwing them into the /bin directory. For me, this defeats the purpose of doing a svn-ignore on the /bin directory. To prevent this from happening:

Configure Build Path > Source tab, under each SOURCE (or resource) directory, set the following excludes:

.svn
**/.svn/**

Clean & rebuild

XP: Map local directory as a drive

type in command prompt:

subst :

example:
subst e: c:\mpowerplayer\hdd

you should now see a e:\ volume in windows explorer.