Before I export a site ,do I need to check in all the files?

Thanks.

Re: Before I export a site ,do I need to check in all the files? by SamS

SamS
Mon Jul 07 21:53:32 CDT 2008

No. As the export process captures the content which is part of the site.



"jakein2008" <jakein2008@discussions.microsoft.com> wrote in message
news:2CB27DFD-CA1F-4CFF-8564-1797BDFA8BC8@microsoft.com...
> Before I export a site ,do I need to check in all the files?
>
> Thanks.


Re: Before I export a site ,do I need to check in all the files? by George

George
Tue Jul 08 04:57:03 CDT 2008

On Jul 7, 7:04=A0pm, jakein2008 <jakein2...@discussions.microsoft.com>
wrote:
> Before I export a site ,do I need to check in all the files?
>
> Thanks.

I remember reading somewhere, that it is highly recommended that you
do!

Re: Before I export a site ,do I need to check in all the files? by hugo

hugo
Tue Jul 08 05:12:48 CDT 2008

Hi,

If you're using the stsadm command line you have an option to state
which versions of the files will be exported (same thing in the
import).

stsadm.exe -o export
-url <URL to be exported>
-filename <export file name>
[-overwrite]
[-includeusersecurity]
[-haltonwarning]
[-haltonfatalerror]
[-nologfile]
[-versions <1-4>
1 - Last major version for files and list items
(default)
2 - The current version, either the last major or the
last minor
3 - Last major and last minor version for files and
list items
4 - All versions for files and list items]
[-cabsize <integer from 1-1024 megabytes> (default: 25)]
[-nofilecompression]
[-quiet]

But basically, using the default behaviour, if you want your latest
changes to be in the export you should check-in before exporting,
since it grabs the last major (published) version.

Hope this helps,
Hugo

On Jul 7, 7:04=A0pm, jakein2008 <jakein2...@discussions.microsoft.com>
wrote:
> Before I export a site ,do I need to check in all the files?
>
> Thanks.