I would like to know for a specific local workspace file, the corresponding svn reposity path. My files are extracted from multiple repository, and placed in different projects of my eclipse workspace. Right clicking on them, selecting properties -> Subversion -> Url I can read the path I'm looking for.
I need to read this path with java class. I think some information are stored in an hidden .svn folder contained in the root of each project.
Can anyone tell me from where subclipse read the svn path of each file (or how build it)..
Later I will use svnkit to automatically make some operation on file of my workspace, using that information. But I would like to get the svnpath of any file, dinamically.
Thank you!