First of all, this is a workaround for dumbest eclipse problem that a project path is hard-coded inside .project So, I would like to know if I can make a workaround using svn. Are there some magic keywords in that .project file so that they would be replaced by path to which the project or the file is being checked out?
basically, in my svn that .project file has some paths like this: E:/work/gaming/Android/Components/src
I would like to replace with something like
$$PATH$$/gaming/Android/Components/src
so that if svn was checkout into c:\dev then that location would be fixed at
c:/dev/gaming/Android/Components/src