() I am looking for a Version control system that will fit correctly in my
() environment.
()
() I then tried Subversion. Great package but it wasn't
() easy for us to use. Maybe I am too dense but my programmers did not like
() it.
There are Windows GUIs for SVN like Tortoise which make it
pretty
() With your firewall issues you will probably be better served with the
() distributed VCS tools, like Mercurial, Git, etc... They give each
() developer a full copy of the repository, so they won't need to be
() accessing over the network all the time. However, they are more
() complex.
Both T