Commit Graph

5 Commits

Author SHA1 Message Date
Matt Burke be66c88ee4 Updated README to mention quick-clone. 2010-06-21 13:24:58 -04:00
Matt Burke ca46a01952 Fixed a problem with shelving.
The problem was that repeated uses of the shelve command failed.
This was happening because the first invocation would leave all of
the files in the working directory. Subsequent invocations would
make TFS try to store files there, fail, and think that it didn't
have local copies of anything, so it wouldn't check the files out.

The problem was fixed by telling TFS that it really should get the
latest source files.

I also updated the readme and some other things to indicate that
the shelve command works now.
2009-12-01 15:29:01 -05:00
Matt Burke e8460f2947 Updated README. 2009-12-01 09:09:09 -05:00
Matt Burke e7a8b7fee7 Made the readme better for publishing. 2009-07-16 13:04:20 -04:00
Matt Burke 6ebeaa7f1d Ported some more of git-svn. 2009-06-29 18:19:33 -04:00