cvs2svn - Previous svn log is not displayed -
firstly, have migrated cvs repository svn repository. checked out whole svn repository , make changes rearranging directories branches , tags. imported new svn repository. using following command import ..
svn import svn+ssh://host/address/path repository -m "new files added" --username xyz
after authenticating xyz, gets imported.
now checking out repository working copy. used following command
svn co svn+ssh://host/address/path repository --username xyz
when svn log
new files added
log output. previous logs not displayed. want logs displayed.how can logs?
if want retain files' history, use svn cp
, svn mv
in initial repository instead of importing files new repository.
Comments
Post a Comment