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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -