c# - How to set the revision Number to a file -


i using file upload in project. set revision number file uploading in database. i.e. upload sd.doc file first time saved version 1. after downloading file make changes , save should saved version 2. while viewing should show both version , should choose file based on version. can 1 me solve issue.

thanks in advance.

if right understand problem, need versioning system docs. 1 of solutions can think off, using of mercurial dvs. can create simple ui interafce interact it's command line "hg". provides huge potential, probabbly no need in app, saving "revision" number, enable others query it, done + given huge amount of options future development.

but depends on project requirements. keep eye on , make choice.

hope helps.

regards.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -