Re: How to backup platform builder settings by Dean
Dean
Tue Jul 26 08:00:01 CDT 2005
- WinCE500\Platform\Viacn
Your platform/BSP code itself is located here, you would want to archive
this directory. Note that this code is shared amongst all projects that use
this BSP, as you've mentioned. You wouldn't want to make a change here that
is specific to a particular project. You didn't mention what kind of
changes you were interested in.
- pbxml file
This controls the overall settings for your project, and should be archived
- WinCE500\PBWorkspaces\MyWorkspace\WinCE500\VIACN_x86
Various subdirectories here contain project specific code/data. In general,
you should only need to archive items here that you've changed. When you
create the initial project, PB will create default entries. If you want to
be safe, archive everything except the cesysgen directory (that is created
at sysgen time).
- Any user projects that you've created, which could be anywhere on the
system.
--
Dean Ramsier - eMVP
"wrx03ppp" <yourdisplayname@discussions.microsoft.com> wrote in message
news:6E6A8C3C-D39D-462F-81FF-09A9BED4B6F0@microsoft.com...
> Hi all
>
> I'm running WinCE 5.0 on a VIA CE PC platform. Our image is pretty
> straightforward and dervied from one of the standard templates.
>
> I'd like to archive (into source safe) the principle files that 'control'
> the build of our OS image so that, if the worst happened, we could
reinstall
> CE and the VIA platform and be able to reliably repeat the build of our
> image. I'm not worried about auto-generated files, just the ones that
control
> the build process itself.
>
> In addition to the main pbxml file in my workspace directory, there are
> quite a few files in WinCE500\PBWorkspaces\MyWorkspace\WinCE500\VIACN_x86
> directory that seem to be involved. Also, making changes from within
platform
> builder also affects files in the WinCE500\Platform\Viacn directory. This
is
> a little odd as we have more than one workspace that use the Viacn
platform
> but need different settings. Are there any other files in locations
affected
> changes made in PB?
>
> Any clues, advice or references much appreciated
>
> Sean
>
>
>
>
>