I am a newbie in Subversion and in VCS. I work with non-programmers. I want a program which works with Subversion or another client-server VCS. The program should show me all projects on the server with version numbers, notes about the project and version, and have the ability to download projects locally. The program must also have a graphical interface.
|
Sounds like http://tortoisesvn.net/ would work fine (it has a gui and you can view all files / revisions on a repository). Screenshots for clarity: http://www.google.com.au/search?q=tortoisesvn+screenshots&hl=en&safe=off&prmd=imvns&tbm=isch&tbo=u&source=univ&sa=X&ei=NU35TuTaJOW3iQf5iam0AQ&ved=0CE4QsAQ&biw=927&bih=781 |
|||
|
|
|
Maybe SmartSVN also as good integration tool may have interests + WebSVN as web server-side frontend ("all projects on server", "download locally" as archive) |
|||
|
|
|
If you want to have web-interface for subversion repositories, FishEye and ViewVC tools could be handy. Its main feature is that they display repository and its structure in a comfortable way using web-interface. Another great tool with similar functionality is WebSVN, which has a great demo illustrating its capabilities. Only disadvantage is that all these tools require installation, it might be tricky for non-programmer. But once it's installed, you have it up and running smoothly. Another case, as michael had mentioned is TortoiseSVN. It is pretty easy to install and use. Actually, programmers use it very very often because it allows not only viewing repository content, but also changing it. |
||||
|
|
|
A lot of designers I know work with engineers by using the Versions app for Mac (haven't used it myself): |
|||
|
|
|
take a look on what github has to offer. git would be the VCS and github the repository including the (server) GUI. it also supports the import of SVN repositories. note: SCM can be overwhelming at first. regarding git, take a look at the help here http://help.github.com/ |
|||||||||
|