I want to create a web application that will provide users with online document sharing and version control features.
Can I use VSS through
Ant to acheive this? If yes, then are all VSS functionalities accessible through ant?
How would I implement this? For example, once a user logs in he should be able to view files he has access to. He should be able to open files and make changes(if he has access) which should be saved at the server side.
How can a file opened by using VSS get be recognized and sent to the remote user ?
I am an absolute novice at this, and I would appreciate some/any help.