From: Weddington, E. <Eri...@at...> - 2009-11-24 17:06:32
|
Hi John, Josef, How do we want to migrate the repo from zapster to the SF repo? According to this: <http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.reposadmin.maint.migrate> We should use 'svnadmin dump' and 'svnadmin load', but those commands don't accept URLs. So it would have to be done by someone with direct access to the repo files (Josef) and shell access on SF. This is not necessarily a quick solution unless Josef is willing to do this. According to this: <http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.reposadmin.maint.replication> We could use svnsync, but again that looks complicated, and I don't know if we could just use the new SF repository after that. Regardless of the method, we need to move the repository over somehow. Any suggestions? Thanks, Eric Weddington |
From: Josef E. <za...@za...> - 2009-11-24 17:47:55
|
Weddington, Eric wrote: > Hi John, Josef, > > How do we want to migrate the repo from zapster to the SF repo? > > According to this: > <http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.reposadmin.maint.migrate> > We should use 'svnadmin dump' and 'svnadmin load', but those commands don't accept URLs. So it would have to be done by someone with direct access to the repo files (Josef) and shell access on SF. This is not necessarily a quick solution unless Josef is willing to do this. No Problem. I think that is the better solution. If there are no more uncommitted changes around I'll dump the repo an load it on sf. > > According to this: > <http://svnbook.red-bean.com/en/1.5/svn-book.html#svn.reposadmin.maint.replication> > We could use svnsync, but again that looks complicated, and I don't know if we could just use the new SF repository after that. > > Regardless of the method, we need to move the repository over somehow. Any suggestions? > > Thanks, > Eric Weddington > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > avr-llvm-devel mailing list > avr...@li... > https://lists.sourceforge.net/lists/listinfo/avr-llvm-devel > |
From: Weddington, E. <Eri...@at...> - 2009-11-24 17:52:48
|
> -----Original Message----- > From: Josef Eisl [mailto:za...@za...] > Sent: Tuesday, November 24, 2009 10:48 AM > To: Weddington, Eric > Cc: avr...@li... > Subject: Re: [avr-llvm-devel] Migrating old repo to the SF repo > > > We should use 'svnadmin dump' and 'svnadmin load', but > those commands don't accept URLs. So it would have to be done > by someone with direct access to the repo files (Josef) and > shell access on SF. This is not necessarily a quick solution > unless Josef is willing to do this. > > No Problem. I think that is the better solution. > If there are no more uncommitted changes around I'll dump the repo an > load it on sf. Thanks a lot for doing this. That way we can start moving forward. |
From: Josef E. <za...@za...> - 2009-11-24 18:47:43
|
sf.net svn is up and running: svn co https://avr-llvm.svn.sourceforge.net/svnroot/avr-llvm avr-llvm https://zapster.cc/svn/avr-llvm is now read-only for everyone. If you have changed something and not yet committed it to the old repository please create a patch against r30 and apply it to the new sf.net repository. Josef Weddington, Eric wrote: > > >> -----Original Message----- >> From: Josef Eisl [mailto:za...@za...] >> Sent: Tuesday, November 24, 2009 10:48 AM >> To: Weddington, Eric >> Cc: avr...@li... >> Subject: Re: [avr-llvm-devel] Migrating old repo to the SF repo >> > >>> We should use 'svnadmin dump' and 'svnadmin load', but >> those commands don't accept URLs. So it would have to be done >> by someone with direct access to the repo files (Josef) and >> shell access on SF. This is not necessarily a quick solution >> unless Josef is willing to do this. >> >> No Problem. I think that is the better solution. >> If there are no more uncommitted changes around I'll dump the repo an >> load it on sf. > > Thanks a lot for doing this. That way we can start moving forward. > |
From: Weddington, E. <Eri...@at...> - 2009-11-24 18:53:51
|
> -----Original Message----- > From: Josef Eisl [mailto:za...@za...] > Sent: Tuesday, November 24, 2009 11:48 AM > To: Weddington, Eric > Cc: avr...@li... > Subject: Re: [avr-llvm-devel] Migrating old repo to the SF repo > > sf.net svn is up and running: > > svn co https://avr-llvm.svn.sourceforge.net/svnroot/avr-llvm avr-llvm > > https://zapster.cc/svn/avr-llvm is now read-only for everyone. If you > have changed something and not yet committed it to the old repository > please create a patch against r30 and apply it to the new > sf.net repository. Excellent! I was able to do a successful checkout. :-) |