Re: upgrading source code in local repository

2011-08-09 Thread Ulrich Eckhardt
On Tuesday 09 August 2011, Andreas Krey wrote: > On Tue, 09 Aug 2011 09:20:17 +, Ulrich Eckhardt wrote: > ... > > > Yes I am. You might question whether it is reasonable to make them here, > > but it doesn't matter. The point is that you use svn_load_dirs not in > > order to just mirror the up

Re: upgrading source code in local repository

2011-08-09 Thread Andreas Krey
On Tue, 09 Aug 2011 09:20:17 +, Ulrich Eckhardt wrote: ... > > Yes I am. You might question whether it is reasonable to make them here, but > it doesn't matter. The point is that you use svn_load_dirs not in order to > just mirror the upstream sources locally, you could use a simple shared

Re: upgrading source code in local repository

2011-08-09 Thread Ulrich Eckhardt
On Wednesday 03 August 2011, you wrote: > On Aug 1, 2011, at 05:31, Ulrich Eckhardt wrote: > > On Friday 29 July 2011, Brecht Ameije wrote: > >> I read the referred page in the book, indeed: the script > >> svn_load_dirs.pl is exactly what I need. It implements the steps that I > >> did by hand. >

Re: upgrading source code in local repository

2011-08-04 Thread Ryan Schmidt
On Aug 4, 2011, at 18:11, Michael Diers wrote: > On 2011-08-03 06:10, Ryan Schmidt wrote: > [...] >> I think perhaps you still misunderstand. Correct, svn_load_dirs.pl >> does not preserve your local changes. That's not its job. You never run >> svn_load_dirs.pl on directories or parts of the rep

Re: upgrading source code in local repository

2011-08-04 Thread Michael Diers
On 2011-08-03 06:10, Ryan Schmidt wrote: [...] > I think perhaps you still misunderstand. Correct, svn_load_dirs.pl > does not preserve your local changes. That's not its job. You never run > svn_load_dirs.pl on directories or parts of the repository that contain > any changes. You only run them on

Re: upgrading source code in local repository

2011-08-02 Thread Ryan Schmidt
On Aug 1, 2011, at 05:31, Ulrich Eckhardt wrote: > On Friday 29 July 2011, Brecht Ameije wrote: >> I read the referred page in the book, indeed: the script svn_load_dirs.pl >> is exactly what I need. It implements the steps that I did by hand. > > There is one thing that took me a while to under

RE: upgrading source code in local repository

2011-08-02 Thread Brecht Ameije
On Monday 1 Aug 2011, Ulrich Eckhardt wrote: > On Friday 29 July 2011, Brecht Ameije wrote: > > I read the referred page in the book, indeed: the script svn_load_dirs.pl > > is exactly what I need. It implements the steps that I did by hand. > > There is one thing that took me a while to understa

Re: upgrading source code in local repository

2011-08-01 Thread Stefan Sperling
On Mon, Aug 01, 2011 at 04:47:50PM +0200, Andreas Krey wrote: > On Fri, 29 Jul 2011 19:17:36 +, Brecht Ameije wrote: > ... > > But when I try it, I doesn't work as flawless as I thought it would: > > It dumps a list with all added/deleted files and gives each of them a > > number. > > Than you

Re: upgrading source code in local repository

2011-08-01 Thread Andreas Krey
On Fri, 29 Jul 2011 19:17:36 +, Brecht Ameije wrote: ... > But when I try it, I doesn't work as flawless as I thought it would: > It dumps a list with all added/deleted files and gives each of them a > number. > Than you have to manually connect the correct numbers to say which ones > are actua

Re: upgrading source code in local repository

2011-08-01 Thread Ulrich Eckhardt
On Friday 29 July 2011, Brecht Ameije wrote: > I read the referred page in the book, indeed: the script svn_load_dirs.pl > is exactly what I need. It implements the steps that I did by hand. There is one thing that took me a while to understand when starting to use that: This doesn't preserve you

RE: upgrading source code in local repository

2011-07-29 Thread Brecht Ameije
On Fri, Jul 29, 2011 at 15:53, Andy Levy wrote: >On Fri, Jul 29, 2011 at 04:19, Brecht Ameije wrote: >> Hi, >> >> I'm using svn about one year now, but this issue is something that >> keeps bothering me. >> >> I'm working on a project with embedded devices running busybox. >> As I'm making some

Re: upgrading source code in local repository

2011-07-29 Thread Andy Levy
On Fri, Jul 29, 2011 at 04:19, Brecht Ameije wrote: > Hi, > > I'm using svn about one year now, but this issue is something that > keeps bothering me. > > I'm working on a project with embedded devices running busybox. > As I'm making some changes to the busybox source code (tweaking some > hard c