Hello,
2007/9/7, Michael Rumpler <Michael.Rumpler@bwin.org>:
>
> > > It would be great if I could have a mix of 'check for modifications'
>
> > > and 'export' which only exports the modified files.
> >
> > This is what merges are for. See
> > http://svnbook.red-bean.com/en/1.4/svn.branchmerge.html &
> http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-merge.html
>
> I only want to copy my locally modified files from one working copy to
> another or even to an empty folder. I don't want to commit those files
> to be able to merge them to another place.
> In other words: I only want to copy those files listed by 'svn status'
> to another folder.
>
>
Does TSVN "Create Patch" work for your need?
(it copys your local modifiction to single patch file)
If you use command line svn, you can parse 'svn st' output,
and copy those modified files you need...
HTH
YH
Received on Fri Sep 7 19:39:55 2007