ATL Server is a technology originally developed by Microsoft for developing web-based applications.
The ALT Server code was pulled down CodePlex before it was shut down. Every effort was made to preserve history of the original authors using widely accepted methods available at the time, but it would just hang forever when cloning using git-svn.
I'm not sure if the CodePlex svn
server/bridge is jacked, but there were a few things that didn't look right are probably worth pointing out.
Here is an example authors-transform.txt
:
RNO\V-BCHRIS = RNO\V-BCHRIS <RNO\V-BCHRIS>
RNO\_TFSSERVICE = RNO\_TFSSERVICE <RNO\_TFSSERVICE>
SND\atlsadmin_cp = SND\atlsadmin_cp <SND\atlsadmin_cp>
vstfs:///Framework/IdentityDomain/2327b42d-5241-43d6-9e2a-de5ac946f064\Project Collection Service Accounts = vstfs:///Framework/IdentityDomain/2327b42d-5241-43d6-9e2a-de5ac946f064\Project Collection Service Accounts <vstfs:///Framework/IdentityDomain/2327b42d-5241-43d6-9e2a-de5ac946f064\Project Collection Service Accounts>
As you can see, it's hard to know who deserves credit.
Also, the revisions shown with svn log -q
gave inconsistent results and lead me to belove that they couldn't be trusted.
Hopefully this code will get migrated by the owners of the ALT Server project on CodePlex using the tools built in collaboration with GitHub and this repo will no longer be needed.
I did all I could to properly move this code. Please let me know if I should take it down because a proper migration exists somewhere else.
Read more about the project and find the reference over at MSDN.