• Do not register here on develop.twiki.org, login with your twiki.org account.
• Use View topic Item7848 for generic doc work for TWiki-6.1.1. Use View topic Item7851 for doc work on extensions that are not part of a release. More... Close
• Anything you create or change in standard webs (Main, TWiki, Sandbox etc) will be automatically reverted on every SVN update.
Does this site look broken?. Use the LitterTray web for test cases.

Symptoms:

  • data\TWiki\VarIF.txt -> version="0"
  • data\TWiki\VarIF.txt,v -> 77 bytes, but effectively empty

Quoting KJL: "When you edit and save you get rev 1 and the original is lost. It is as bad as shipping with no ,v files in the first place."

-- SP

I want to add to this that we still have Item929 which makes this bug more annoying.

-- KJL

I just tried to remove some ,v files and create new using a one-liner that CC gave me some time ago.

And that works. So this should be put in the build script.

for f in *.txt; do [ -f $f,v ] || ci -u -m'.' -t-none $f ; done

It must be run in each sub-directory in the data directory.

-- KJL

SVN 9708.

-- SP

ItemTemplate
Summary Build script: New topics added to distribution are not versioned correctly
ReportedBy TWiki:Main.SteffenPoulsen
Codebase

SVN Range

AppliesTo Engine
Component BuildScripts
Priority Urgent
CurrentState Closed
WaitingFor

Checkins 9708
TargetRelease patch
Edit | Attach | Watch | Print version | History: r8 < r7 < r6 < r5 < r4 | Backlinks | Raw View |  Raw edit | More topic actions
Topic revision: r8 - 2006-06-08 - SteffenPoulsen
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback