On Tuesday 17 February 2009 18:12:26 Gonzalo Tornaria wrote:
> On Tue, Feb 17, 2009 at 11:14 AM,  <ja...@njkfrudils.plus.com> wrote:
> > I thought
> > svn merge trunk/ branch/ .
>
> I think you want
>
> svn merge branch trunk
>
> (merges branch into trunk, i.e. AT&T style, rather than intel style ;-)
>

Thanks

/mpir/branches/K8-experimental# svn update
At revision 1612.
/mpir/branches/K8-experimental# svn status
/mpir/branches/K8-experimental# cd ..
/mpir/branches# cd ..
/mpir# cd trunk/
/mpir/trunk# svn update
At revision 1612.
/mpir/trunk# svn status
/mpir/trunk# svn merge ../branches/K8-experimental/ ../trunk/
svn: A working copy merge source needs an explicit revision

so should I use 

svn merge ../branches/K8-experimental/@1612 ../trunk/@1612

or

svn merge ../branches/K8-experimental/@1499 ../trunk/@1499

where 1499 is the rev where we branched

Thanks
Jason


> Or else:
>
> cd trunk   # location of your trunk co -- SHOULD BE CLEAN
> svn merge http://blablabla/.../branch .
>
> if using svn 1.5 (both server & all clients) this will actually track
> the changes that have been merged and the changes that haven't been
> merged, etc. (the point is you don't need a local copy of branch)
>
> The merge only affects the working copy --- won't get to the repo
> until you commit, so it can (should) be compiled and tested, I
> guess...
>
> Gonzalo
>
> 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"mpir-devel" group.
To post to this group, send email to mpir-devel@googlegroups.com
To unsubscribe from this group, send email to 
mpir-devel+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/mpir-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to