Posted: October 16th, 2009    By: Devin Walker   

IE iconScenario: you are using SharePoint Designer to edit pages and the one you want to edit is checked out by someone and you need to edit it. Using SharePoint Designer you cannot easily discard a checkout, but you can using the browser.


Here’s the typical SPD Checkout popup:
SharePoint Page Checkout Step 1

Uh oh, this prompt doesn’t look very friendly: Server error: the file”Pages/pagename.aspx” is checked out or locked for editing by Domain\Jdoe.
SharePoint Page Checkout Step 2

Here’ the last screen you may see: Domain\Jdoe has the file checked out. Do you want to make a read only copy?
SharePoint Page Checkout Step3

Ok, now that you’ve seen all the prompts let’s find out how to discard the checkout and this problem.

  1. First go to the page library containing the page you wish to edit in SharePoint Designer or in the browser editor.
    SharePoint Page Checkout Step 4
  2. Hover over the page name with your mouse to reveal the drop down (A) and click Discard Check Out (B).
    SharePoint Page Checkout Step 5
  3. You will be prompted to discard the checkout and all changes will be lost. Click OK and you will now be able to edit the page.SharePoint Page Checkout Step 6

Related posts:

  1. Style a Page using the Content Editor Web Part and CSS Do you have pages that look bland that you want to add some color to? Perhaps you would like some a background behind your web part titles. Maybe you want to hide the recycle bin on one page, but not another. Using the Content Editor Web Part you are able to add CSS to a [...]...
  2. Redirect a SharePoint site by using the Content Editor Web Part This blog demonstrates a useful way to use the Content Editor Web Part to redirect users of a particular site. The script prompts a site's end users they will be redirected and then redirects them after a certain period of time. At some point in time you might want to point users to another location [...]...
  3. SharePoint Browser Crash Solution One of the most common problems around the office seems to be the browser crashes when attempting to open files in a SharePoint document library.  Luckily, most of the time it is an easy fix.  Problem: Internet Explorer crashes (stops responding) when you try to open an Office document in a SharePoint document library. Scenario: [...]...
  4. SharePoint Masterpage is Invalid Error Solution Are you receiving the error "The URL ../../_catalogs/masterpage is invalid" when you try to check out a page using SharePoint Designer?  I received the error pop-up everytime and after awhile it got very annoying.  The following article will show you how to resolve this error:   Above: A view of the error popup Problem:  The [...]...
  5. Check In or Out Multiple Files in SharePoint For this tutorial we will use the Manage Content and Structure Feature in SharePoint 2007. It is a very useful browser interface that allows you to move items and yes, check in and out multiple documents. To get to this feature we will use the Site Actions Menu. Please note you must have the proper [...]...