• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Subversion Move

November 6, 2012

Subversion Move is a command that renames a file in either in the local working directory or directly in the repository. You can invoke the move command from Terminal like this example below.

svn move foo.c bar.c
svn move http://repository/project/trunk/foo.c \ 
    http://repository/project/trunk/bar.c 
    -m "Place comment here."

svn move foo.c bar.c svn move http://repository/project/trunk/foo.c \ http://repository/project/trunk/bar.c -m "Place comment here."

Filed Under: SVN Tagged With: move

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023