Topic: How does chapter versioning work?

Has anyone tried versioning yet? I'm still in the middle of an existing version (v2) of my book, but want to post a new version of chapter one. It's more than simple edits and I'd like to get new feedback.

If I post with a new version number, how will other writers see it represented in the system? I still want people to have access to my existing version of the book, including the old chapter one, otherwise they'll get confused by the changes in the new first chapter. Will they be easily able to distinguish (and compare) the two, or should I simply create a new version of my book in the system (e.g., Into the Mind of God v3).

The latter is easy to do. Not sure about the new approach yet. Let me know if there is a help guide for this particular topic.

Thanks.
Dirk

Re: How does chapter versioning work?

Versioning allows you to post a new version of the chapter. So, for instance, you can have Chapter 1, v1 and Chapter 1, v2. Both can be active at the same time, or if you want you can deactivate v1. You'll still have access to it if it is deactivated.

It will say v2 on the content and you can add a note letting readers know this is version 2.

I would definitely give the version system a shot. If you have questions using it, let me know.

Sol

Re: How does chapter versioning work?

Sol:

Talking about points, posting version 2 costs like posting a complete new chapter, am I right?

Kiss,

Gacela.

Re: How does chapter versioning work?

Sol:
Talking about points, posting version 2 costs like posting a complete new chapter, am I right?
Kiss,
Gacela.

It's just like posting a new chapter.

Re: How does chapter versioning work?

Thank you.

6 (edited by Norm d'Plume 2014-11-25 21:16:53)

Re: How does chapter versioning work?

I spent some points testing out versioning. Although it's a good start, the number and order of my chapters changes between drafts. I don't want to take down my old v2 content since I still want feedback as I write v3 of my book. I'm actually writing act 3 of v2 and act 1 of v3 simultaneously. However, my old chapter 6 could be chapter 8 in the new draft, and so on. For this reason, one can't simply read chapters 1, 2, 3 in the new draft and then pick up the story on chapter 4 of the old one. Currently, the drop down list combines all versions of all chapters in one list.

On the nice-to-have list, versioning should have some way of filtering the list to only see one version at a time so as to avoid confusion between substantially different drafts. Also on the nice-to-have list would be the old reading list functionality (I know you're working on it), but with an automatic increment to the next chapter with the same version number. So, if someone is reading chapter 4, version 3, their reading list increments to chapter 5, version 3. Either that, or some easy way to see in the drop-down list which chapters someone has already read, so they know to pick the next one in sequence.

For now, I've got two books, labelled v2 and v3 in the book title, and am keeping the chapters completely separate. I don't plan to add much to v3 until next year, so I can always switch over to the new site's versioning once I'm comfortable with it.

*** Lastly, will I be able to change version numbers on all my existing chapters without incurring cost in points? My old v2 book has all of the chapters labelled v1, which is how they came across from the old site. I'd like to fix those to have the version numbers match the version number of the book.

Thanks
Dirk

Re: How does chapter versioning work?

On the nice-to-have list, versioning should have some way of filtering the list to only see one version at a time so as to avoid confusion between substantially different drafts. Also on the nice-to-have list would be the old reading list functionality (I know you're working on it), but with an automatic increment to the next chapter with the same version number. So, if someone is reading chapter 4, version 3, their reading list increments to chapter 5, version 3. Either that, or some easy way to see in the drop-down list which chapters someone has already read, so they know to pick the next one in sequence.

So, let me understand what you are saying. You'd like to be able to have two or three, or four different versions of your work up on the site and depending on which version a reviewer starts with, they would be pathed down that particular version automatically? If you want all versions live yet separate, I think the way you are doing it, with separate posted books is probably a superior solution.

*** Lastly, will I be able to change version numbers on all my existing chapters without incurring cost in points? My old v2 book has all of the chapters labelled v1, which is how they came across from the old site. I'd like to fix those to have the version numbers match the version number of the book.

You can change without incurring points.

8 (edited by njc 2014-11-26 01:43:13)

Re: How does chapter versioning work?

A classic version control question.  After you version-control the components, how do you create/manage a unified version for the whole product?  The software world has tried a number of different models.  Some work well, some are clunky, and some seem slick but are fraught with problems, often because the descriptions contradict the user's mental model.

Anyhow, there is a fair amount of prior art, in the working model, in the interface functions, and in the back end.  The back end part is probably less useful because many systems store changes as deltas.  That presumes certain ratios of storage and storage access to computation power.  Unless you are running a truly massive--and effective--RAID system, the cost of storage access--disk transactions and head movement--has gone up relative to the cost of storage and computation.

If you're going to work on it at some point I encourage you to open the dicussion to users and to emphasise walking through scenarios to see whether it works as expected--and provides the benefits expected to the user.

If you're going to take this version control step, you might deepen the hierarchy to multi-volume works and multi-section multi-volume works.  The step from three to four is usually easier than from three to four, and that is much easier than the step from two to three.

Re: How does chapter versioning work?

Thanks, Sol.