Versioning enables you to store, track, and restore items in a list and files in a library as they are changed.
0
votes
2answers
2k views
SharePoint 2010 Document Library version history
When modifying documents in a SharePoint 2010 enterprise environment with major and minor versioning enabled, SharePoint keeps a version history for the document. The version history view though only ...
0
votes
1answer
140 views
Large file won't allow checkin, claims to be checked out to the current user
A out of the box library with versioning on and checkout required. The files that show the issue are Word and PowerPoint. All of these files are larger than our average files and run about 5 to 10MB
...
2
votes
1answer
199 views
Moving docs WITH version history [duplicate]
Possible Duplicate:
How can you move a document with its version history to a new library?
Tom, were you ever able to move documents WITH version histories from one folder to another? I ...
3
votes
1answer
78 views
How do I see the complete page content of an old version of a page?
I have a page library in a publishing site that has major and minor versions. I can click on a page's context menu and select View History and it gives me a list of all the major and minor version ...
2
votes
2answers
254 views
document properties wiped out when saving a new version of office document
I use the SaveBinary() method of the SPFile class to save the new file to an
existing document library item. The problem is, if this document library
item is an Office document, the SaveBinary() ...
2
votes
2answers
369 views
Retrieve using CAML the currently published version of a document
I want retrieve the currently published version of a document from a document library using CAML. Can anyone tell me how I can achieve this? I need it to get the currently published version ...
2
votes
2answers
869 views
Set version of a document
We are looking at moving a some documents into a SharePoint 2010 document library.
Is there any way to set the starting version number for each document?
34
votes
9answers
24k views
How can you move a document with its version history to a new library?
Here's the scenario:
2 document libraries
Both contain multiple documents
The documents have multiple versions
When I copy a document from library A to Library B using the Content and Structure ...
4
votes
2answers
807 views
SharePoint Document Library version restore not behaving as expected
I have some code which I am attempting to use to "rollback" a SharePoint document and it's metadata properties to a previous version using ootb version control and the SharePoint API. Here is a ...
1
vote
2answers
282 views
“Time machine” for Document libraries
Last week I got an interesting request from a customer: They would like to be able to see what a document library looked like at a given date.
As far as I know this will require that the library 1) ...