Hi,
I need to create a program in java that will create versions for the different text files I upload to my specific folders.
Like suppose:-
1) I have downloaded 1st batch of files. Version control software will create some version ID for them based on date.
2) When I add next batch of files some other time it creates one more version.
3) I should be able to retrieve the files as per my versions.
I need some suggestions howto do it ? is there any package available to do it ?
Thanks in advance.