In our project we have a piece of code to checkout the contents from the server. While checking out it given error as "svn:Can not create a new File '/home/dev761/TAPS/mydocs/.svn/lock' . Please, can any body tell the reason what is the problem ?
Asked
Active
Viewed 72 times
0
-
1Do u have write permission to mydocs directory. – robert Mar 05 '13 at 05:02
-
yes. But interesting is happening in my code but i cant believe it, i.e i can checkout the file when i ran the application in debug mode but when i executed normally it shows me above error. i am wondering whats wrong in it. – Java Learner Mar 05 '13 at 05:12
-
@JavaLearner you still need to check permissions to /home/dev761/TAPS/mydocs/ and it's childs. – bahrep Mar 05 '13 at 08:58
-
I double checked the permission, its fine. I also changed the location to tmp directory(system tmp folder), same issue raised. – Java Learner Mar 06 '13 at 06:14