Website content, using check-in and check-out functionality | Community
Skip to main content
New Participant
February 7, 2019
Solved

Website content, using check-in and check-out functionality

  • February 7, 2019
  • 3 replies
  • 2253 views

Hi,

Typically, In any system, including AEM, the code is maintained in a source code control system, like SVN.

In here code is checked in and out.

But, in AEM, how could we extend this check in and out feature to the content as well?

I am aware that in JCR, even code is treated on par with content.

Appreciate your feedback.

Thanks,

Rama.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Never came across that functionality in AEM.

Like Danial stated in the WEEKEND tutorial (he authored that great content) -  AEM does not act as a source check in and check out tool. You want to use Github (or another tool) for that functionality.

Hope this helps.

3 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
February 8, 2019

Never came across that functionality in AEM.

Like Danial stated in the WEEKEND tutorial (he authored that great content) -  AEM does not act as a source check in and check out tool. You want to use Github (or another tool) for that functionality.

Hope this helps.

nsvsrkAuthor
New Participant
February 8, 2019

Hi Scott,

I understand and agree that AEM does not offer Source Control Management.

But in all projects we set up and external system (like svn) and use for AEM code check in and check out.

Have you come across any use case/implementation, where even AEM content is checked in and checked out?

If so, how to implement it?

Thanks,

Rama.

smacdonald2008
New Participant
February 7, 2019

AEM does not offer Source Control Management. I recommend that you read this article - where this is covered:

Getting Started with AEM Sites Chapter 1 - Project Setup

Its best practice to use a tool like GITHUB to perform this job.