Nathan
Nathan

Reputation: 672

Copying SVN from Local

I have an SVN checked out copy, Now Instead of pulling everything from the Server on my other computer, If i copy the SVN checked out folder on my new machine and run SVN update, Will it work? ie. replicate the same scenario of an svn checkout.

Upvotes: 2

Views: 75

Answers (1)

shyam
shyam

Reputation: 9368

Yes creating a copy of the checked out project acts as another local copy only you can commit and update changes from either location (i.e. assuming you copy all the .svn folders as is)

Upvotes: 1

Related Questions