So a week or so ago I introduced topological sorting to the .Net world… but I didn’t give you the entire source to the solution, just a quick snippet.
Enter in subversion. If you know how to use svn, go ahead and peep the source:
This software is distributed under the MIT License (included in the code).
latest:
svn co http://developstuff.googlecode.com/svn/topologicalsort C:DevelopStuff.Examples.TopologicalSort
So far, I haven’t asked anyone to contribute to the project… as it’s merely an example, but now that I have my svn repository up, you’ll see source for my other side projects.
I would also like to state that if you haven’t read this book, you should go read it: Pragmatic Version Control using Subversion by the Pragmatic Programmers. An excellent read for anyone who wants an easy way to do SCM.
Resource: Using Subversion on Windows