How do I take a copy of my working copy to share with others?

Posted by Martin on Stack Overflow See other posts from Stack Overflow or by Martin
Published on 2010-04-14T04:16:01Z Indexed on 2010/04/14 4:23 UTC
Read the original article Hit count: 170

Filed under:
|
|

I did a ton of changes to our code and before I commit, I would like a friend to review. Is there a way with SVN to take a copy of my working copy (to bundle everything in a package) and apply the changes I have made so far to another machines without having to commit?

In the past, with another source control system, I was able to do the following to "pack" and "unpack" my changes. Is there anything similar with SVN?

sourcecontrol.exe pack myChanges.pack
sourcecontrol.exe apply myChanges.pack

Thanks!

© Stack Overflow or respective owner

Related posts about svn

Related posts about tortoisesvn