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
Post a Comment