Ruchir Arya wrote on Sat, Jan 16, 2016 at 17:26:59 -0800: > 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
If you intend to contribute that feature, you might want to discuss it with us before you get too far along implementing it. > 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. Check what 'svn info --show-item=wc-root' does. (You can start in svn_cl__info() in subversion/svn/info-cmd.c.) In the future please use the correct address of this mailing list, see https://subversion.apache.org/mailing-lists Cheers, Daniel

