Re: How to move folder from one path to another along with all revisions

2015-02-21 Thread Nico Kadel-Garcia
On Fri, Feb 20, 2015 at 2:07 PM, Mohsin wrote: > Thanks all for your reply i'll try with svn mv command and get back to you if > face any issue. > > > Mohsin There are a number of underlying reasons for this. It's partly that the "mv" command isn't really a "mv", it's a "copy, then delete the old

Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread Mohsin
Thanks all for your reply i'll try with svn mv command and get back to you if face any issue. Mohsin -- View this message in context: http://subversion.1072662.n5.nabble.com/How-to-move-folder-from-one-path-to-another-along-with-all-revisions-tp192143p192157.html Sent from the Subversion User

Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread Les Mikesell
On Fri, Feb 20, 2015 at 9:01 AM, Mohsin wrote: > Hi, > > Suppose I have one folder in Repo1 (http://abc.com/SVN/Repo1/folder1) and I > have moved that folder to some new path which is (http://abc.com/SVN/Repo1). > Point is I want to move that folder along with all its revisions to new path > when

Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread jblist
If it makes you feel better, you can use "svn rename" instead. > On Feb 20, 2015, at 8:39 AM, Mohsin wrote: > > Thanks but my second question was how do i move folder to new path with all > its revision history ? Is it possible or we can't do this ? Actually moving > folder to new path is easy

Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread Stefan Hett
This is the whole purpose of the svn mv-command. The history is kept if you use that command. Or am I getting your question wrong? Regards, Stefan Thanks but my second question was how do i move folder to new path with all its revision history ? Is it possible or we can't do this ? Actually mov

Aw: Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread Andreas Stieger
> Thanks but my second question was how do i move folder to new path with all > its revision history ? Is it possible or we can't do this ? Actually moving > folder to new path is easy but question is moving folder with all its > history revisions to new path too. svn mv/cp *retains* *all* *histor

Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread Mohsin
Thanks but my second question was how do i move folder to new path with all its revision history ? Is it possible or we can't do this ? Actually moving folder to new path is easy but question is moving folder with all its history revisions to new path too. Mohsin -- View this message in contex

Re: How to move folder from one path to another along with all revisions

2015-02-20 Thread Stefan Hett
http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.move.html Hi, Suppose I have one folder in Repo1 (http://abc.com/SVN/Repo1/folder1) and I have moved that folder to some new path which is (http://abc.com/SVN/Repo1). Point is I want to move that folder along with all its revisions to new path whe