Re: Reintragration using 'swtich'

2018-08-24 Thread Stefan Sperling
On Fri, Aug 24, 2018 at 02:10:35PM +0300, Anton Shepelev wrote: > Can you please tell me what happens to uncommitted changes > in the working copy during a 'switch'? The same as with 'update'. Local changes are merged with incoming changes. You can think of 'switch' as an 'update' which is not l

Re: Reintragration using 'swtich'

2018-08-24 Thread Anton Shepelev
Daniel Shahaf to Anton Shepelev: >>Is the wroking copy of the branch not required for >>reintegration? > >It's not required. You can 'switch' your working copy to >trunk and run Thank you. Can you please tell me what happens to uncommitted changes in the working copy during a 'switch'? -- ()

Re: Reintragration using 'swtich'

2018-08-22 Thread Daniel Shahaf
Anton Shepelev wrote on Wed, 22 Aug 2018 20:03 +0300: > Is the wroking copy of the branch not required for reintegration? It's not required. You can 'switch' your working copy to trunk and run 'svn merge' passing it the URL of the feature branch.

Reintragration using 'swtich'

2018-08-22 Thread Anton Shepelev
Hello, all I have created a new branch on the server using the ^ notation, switched to it from my trunk, and made some changes. Now, in order to reintegrate, the manual says I need a working copy of the trunk, and that I can obtain one using 'switch'. If I, howev- er, I swtich locally b