Hello Everybody, I am a student and i focus on open source projects. Currently i am implementing a feature in subversion, however, i am unable to find a function which i can call to get the absolute path of my working copy root node.
For example: Suppose my working copy is "test" which is stored in "/home/user/Desktop" directory. My ".svn" is stored in "/home/user/Desktop/test/" directory. So is there any function which i can just call and get the absolute path of my working copy which is "/home/user/Desktop/test" even if i am in any nested directory inside my working directory. Replies will be highly appreciated. Thanks, -Ruchir Arya

