Difference between revisions of "Version control"
Jump to navigation
Jump to search
→Errors
imported>Thingy Person (→Errors) |
imported>Thingy Person (→Errors) |
||
Line 184: | Line 184: | ||
You do not have a scripts folder in the root of your workspace. This is not the same folder as the source scripts - its purpose isn't clear but it may be a staging ground for formid updates. | You do not have a scripts folder in the root of your workspace. This is not the same folder as the source scripts - its purpose isn't clear but it may be a staging ground for formid updates. | ||
<source lang="html4strict">Out of date target file: Only up to date master files can be checked in to. File '<x>.esm' has been checked into since it was loaded. Exit and update then try again.</source> | <source lang="html4strict">Out of date target file: Only up to date master files can be checked in to. File '<x>.esm' has been checked into since it was loaded. Exit and update then try again.</source> | ||
Occurs when trying to check in if the esm changed between loading it, and the check in attempt. Can have several causes: | |||
* You made an edit in the CK. | |||
* You already did a merge in the same session. | |||
* The CK automatically fixed an issue in your esm on load. One such issue is null records, which it will remove. If this happens, load the CK with just your master file, close it, and copy the changed esm from your Merging to your local data folder. Then load it anew. A telltale sign that this is happening is if you get a warning indicating that your master file differs in the local and network folders. | |||
==Notes== | ==Notes== |