Copy SVN files somewhere else without the SVN artefacts?

Hi,

Anyone know an easy what to copy a whole SVN checked out set of files to
another location WITHOUT keeping the SVN artefacts? i.e. I use svn
tortoise and when you do a whole copy the new area has all the SVN
markers with it (due no doubt to all the SVN specific little files)

Tks

Greg H. wrote:

Hi,

Anyone know an easy what to copy a whole SVN checked out set of files to
another location WITHOUT keeping the SVN artefacts? i.e. I use svn
tortoise and when you do a whole copy the new area has all the SVN
markers with it (due no doubt to all the SVN specific little files)

Tks

If you want the whole thing without the svn folders, maybe you want to
Export from SVN instead of checking-out? Use Export on the TortoiseSVN
menu.

On 8/22/06, Greg H. [email protected] wrote:

Anyone know an easy what to copy a whole SVN checked out set of files to
another location WITHOUT keeping the SVN artefacts? i.e. I use svn
tortoise and when you do a whole copy the new area has all the SVN
markers with it (due no doubt to all the SVN specific little files)

Use svn export. svn help export for more.

jeremy

tks Jeremy