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 enter image description here or red mark enter image description here)

thank you


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -