How do I copy a folder between SVN repositories? -


i have checked out folder 1 svn repository , trying copy repository. used following command:

svn cp -m "replace 35gb sql dud commit empty file" /u01/tmp/35gb_tmp_dir/ file:///u01/master/labs/analytics/code/ 

this gives me error:

svn: e235000: in file 'subversion/libsvn_client/copy.c' line 1386: assertion failed (commit_items != null) aborted (core dumped) 

i guess due modified file not being comitted or something, not sure.

first , foremost, take time , read documentation, please. trying totally unclear , commands run not right. more, assertion failed error receive bug. guess use very-very outdated svn version , must update it. likely, bug fixed now.

on svn git migration topic, how planning use , maintain repository huge files in git? think , plan accordingly.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -