I need to move svn folder to one level up and keep all history
All files and directories from h_t_t_p_s://myserver.com/svn/Project/trunk/ into h_t_t_p_s://myserver/svn/Project/
I use a command:
svn move h_t_t_p_s://myserver.com/svn/Project/trunk/ h_t_t_p_s://myserver/svn/Project/
but it says:
svn: Cannot move path 'h_t_t_p_s://myserver.com/svn/Project/trunk/' into itself (h_t_t_p_s - should be https)
Who know how can I resolve that problem? Thanks!