| | @@ -1,6 +1,14 @@ |
| 1 | | -<h2 align="center">What People Are Saying About Fossil</h2> |
| 1 | +<title>Reviews</title> |
| 2 | +<b>External links:</b> |
| 3 | + |
| 4 | + * [http://sheddingbikes.com/posts/1276624594.html | Why I Use Fossil] |
| 5 | + by Zed A. Shaw. |
| 6 | + |
| 7 | +<b>See Also:</b> |
| 8 | + |
| 9 | + * [./quotes.wiki | Short Quotes on Fossil, Git, And DVCSes] |
| 2 | 10 | |
| 3 | 11 | <b>Daniel writes on 2009-01-06:</b> |
| 4 | 12 | |
| 5 | 13 | <blockquote> |
| 6 | 14 | The reasons I use fossil are that it's the only version control I |
| | @@ -7,10 +15,27 @@ |
| 7 | 15 | have found that I can get working through the VERY annoying MS |
| 8 | 16 | firewalls at work.. (albeit through an ntlm proxy) and I just love |
| 9 | 17 | single .exe applications! |
| 10 | 18 | </blockquote> |
| 11 | 19 | |
| 20 | + |
| 21 | +<b>Joshua Paine on 2010-10-22:</b> |
| 22 | + |
| 23 | +<blockquote> |
| 24 | +With one of my several hats on, I'm in a small team using git. Another |
| 25 | +team member just checked some stuff into trunk that should have been on |
| 26 | +a branch. Nothing else had happened since, so in fossil I would have |
| 27 | +just edited that commit and put it on a new branch. In git that can't |
| 28 | +actually be done without danger once other people have pulled, so I had |
| 29 | +to create a new commit rolling back the changes, then branch and cherry |
| 30 | +pick the earlier changes, then figure out how to make my new branch |
| 31 | +shared instead of private. Just want to say thanks for fossil making my |
| 32 | +life easier on most of my projects, and being able to move commits to |
| 33 | +another branch after the fact and shared-by-default branches are good |
| 34 | +features. Also not having a misanthropic command line interface. |
| 35 | +</blockquote> |
| 36 | + |
| 12 | 37 | <b>Stephen Beal writes on 2009-01-11:</b> |
| 13 | 38 | |
| 14 | 39 | <blockquote> |
| 15 | 40 | Sometime in late 2007 I came across a link to fossil on |
| 16 | 41 | <a href="http://www.sqlite.org/">sqlite.org</a>. It |
| 17 | 42 | |