android - Not able to get backup of SVN repository -
i want have svn directory backup in local system , import in androidstudio
so using command :
svnadmin hotcopy ~/svn_directory ~/desktop/ this giving error :
svnadmin: e000002: can't open file '/home/kushalgandhi/svn_directory/format': no such file or directory i checked in svn_directory there no format folder. why command searching format named folder not existing?
what reason above error?
svn export ~/svn_directory ~/desktop/ this command creates clean copy of svn code in ~/desktop/ directory. clean copy means output not have svn controlling files (like green mark
or red mark
)
thank you
Comments
Post a Comment