Re: svn move directory will create a new revision for every file inside this directory?

2010-06-11 Thread Leonardo Azize Martins
Hi Bob, You have already answered my question. It does not create a new revision for files inside directory that was moved. So, if I want to get FILE_A in REV 2 from path /DIR_B/DIR_A/FILE_A, I must use PEGREV 4 Regards 2010/6/10 Bob Archer : >> Thanks for you replay. >> >> I heve the structur

Re: svn move directory will create a new revision for every file inside this directory?

2010-06-10 Thread Leonardo Azize Martins
Hi Bob, Thanks for you replay. I heve the structure below: DIR_A - Rev 1 > File_A - Rev 2 DIR_B - Rev 3 If I move DIR_A to inside DIR_B the structure will be as: DIR_B - Rev 3 >DIR_A - Rev 4 >> File_A - Rev 2 So, the directory has a new revision (Rev 4), but files inside this

svn move directory will create a new revision for every file inside this directory?

2010-06-10 Thread Leonardo Azize Martins
Hi, The command below will create a new revision for directory SRC_REP_DIR? And for files inside this directory? Had a new revision too? "svn move SRC_REP_DIR DST_REP_DIR" Command above use repository not WC. Regards, Leo