> 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.

That command is going to basically going to be the same as:

svn copy SRC_REP_DIR DST_REP_DIR
svn delete SRC_REP_DIR

Yes... a new revision will be created. The new path will be in HEAD and the old 
path will not be.

BOb

Reply via email to