[yast-devel] svn.opensuse.org migrated to a new machine
Hi! Last night, svn.opensuse.org was migrated to a new machine. Currently there are some problems with the new server (you get error messages while commiting, commit mails are not sent), I hope to get them solved during today. Jiri -- Regards, Jiri Srain YaST Team Leader --------------------------------------------------------------------- SUSE LINUX, s.r.o. e-mail: jsrain@suse.cz Lihovarska 1060/12 tel: +420 284 084 659 190 00 Praha 9 fax: +420 284 084 001 Czech Republic http://www.suse.cz
Am 18.08.2010 09:56, schrieb Jiri Srain:
Hi!
Last night, svn.opensuse.org was migrated to a new machine. Currently there are some problems with the new server (you get error messages while commiting, commit mails are not sent), I hope to get them solved during today.
Jiri
I have problems with SVN trunk: calling 'svn up' leads to error: svn: No such revision 62387 -- Gabriele Mohr SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Maxfeldstr. 5 Tel: +49 911 740 53 362 90409 Nürnberg Email: gs@suse.de ----------------------------------------------------------------- -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Wed, Aug 18, Jiri Srain wrote:
Hi!
Last night, svn.opensuse.org was migrated to a new machine. Currently there are some problems with the new server (you get error messages while commiting, commit mails are not sent), I hope to get them solved during today.
I did a commit yesterday to http://svn.opensuse.org/svn/yast/trunk/storage/package/yast2-storage.changes This commit vanished. Resvision of my local working copy is: 62387 Revision of my working copy seems to be newer than waht is on new SVN server Lagrange:/usr/src/yast2/storage/storage/src > svn up svn: No such revision 62387 Lagrange:/usr/src/yast2/storage/storage/src > svn log svn: No such revision 62387 Lagrange:/usr/src/yast2/storage/storage/src > So it looks as if changes got lost while copying data to new server. Tschuess, Thomas Fehr -- Thomas Fehr, SuSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany GF: Markus Rex, HRB 16746 (AG Nürnberg) Tel: +49-911-74053-0, Fax: +49-911-74053-482, Email: fehr@suse.de GPG public key available. -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Wednesday 18 August 2010 11:48:59 Thomas Fehr wrote:
On Wed, Aug 18, Jiri Srain wrote:
Hi!
Last night, svn.opensuse.org was migrated to a new machine. Currently there are some problems with the new server (you get error messages while commiting, commit mails are not sent), I hope to get them solved during today.
I did a commit yesterday to http://svn.opensuse.org/svn/yast/trunk/storage/package/yast2-storage.change s This commit vanished. Resvision of my local working copy is: 62387
Revision of my working copy seems to be newer than waht is on new SVN server
Lagrange:/usr/src/yast2/storage/storage/src > svn up svn: No such revision 62387 Lagrange:/usr/src/yast2/storage/storage/src > svn log svn: No such revision 62387 Lagrange:/usr/src/yast2/storage/storage/src >
So it looks as if changes got lost while copying data to new server.
It should be fixed now (as you already confirmed via phone). Unfortunately, all changes which have been done today was lost (I'm aware of Jiri being affected by this, hopefully he is the only one, as commit was not possible through the night). Committing in general should work now, commit mails are still not working. Jiri -- Regards, Jiri Srain YaST Team Leader --------------------------------------------------------------------- SUSE LINUX, s.r.o. e-mail: jsrain@suse.cz Lihovarska 1060/12 tel: +420 284 084 659 190 00 Praha 9 fax: +420 284 084 001 Czech Republic http://www.suse.cz
On Wed, Aug 18, Jiri Srain wrote:
On Wednesday 18 August 2010 11:48:59 Thomas Fehr wrote:
On Wed, Aug 18, Jiri Srain wrote:
Hi!
Last night, svn.opensuse.org was migrated to a new machine. Currently
there are some problems with the new server (you get error messages
while commiting, commit mails are not sent), I hope to get them solved
during today.
I did a commit yesterday to
http://svn.opensuse.org/svn/yast/trunk/storage/package/yast2-storage.change
s This commit vanished. Resvision of my local working copy is: 62387
Revision of my working copy seems to be newer than waht is on new SVN
server
Lagrange:/usr/src/yast2/storage/storage/src > svn up
svn: No such revision 62387
Lagrange:/usr/src/yast2/storage/storage/src > svn log
svn: No such revision 62387
Lagrange:/usr/src/yast2/storage/storage/src >
So it looks as if changes got lost while copying data to new server.
It should be fixed now (as you already confirmed via phone). Unfortunately, all changes which have been done today was lost (I'm aware of Jiri being affected by this, hopefully he is the only one, as commit was not possible through the night).
Committing in general should work now, commit mails are still not working.
Yes, works fine now. Thanks for fixing this so fast. I just created SuSE-Code-11-SP2-Branch/ and copied storage into it to have a place where I can put the changes for backport of support for 4k disks and parted 2.2 into SLES11 code base. Currently I just copied storage into SuSE-Code-11-SP2-Branch not all other packages, since I do not want to enforce other package maintainer when to create their new branch for SP2. Of course this means that every package maintainer who wants to work on SP2 has to copy his package to SP2 branch himself. The copying can be done the following command: svn copy http://svn.opensuse.org/svn/yast/branches/SuSE-Code-11-SP1-Branch/storage http://svn.opensuse.org/svn/yast/branches/SuSE-Code-11-SP2-Branch/storage Tschuess, Thomas Fehr -- Thomas Fehr, SuSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nuernberg, Germany GF: Markus Rex, HRB 16746 (AG Nürnberg) Tel: +49-911-74053-0, Fax: +49-911-74053-482, Email: fehr@suse.de GPG public key available. -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On Wednesday 18 August 2010 12:31:56 Jiri Srain wrote:
On Wednesday 18 August 2010 11:48:59 Thomas Fehr wrote:
On Wed, Aug 18, Jiri Srain wrote:
Hi!
Last night, svn.opensuse.org was migrated to a new machine. Currently there are some problems with the new server (you get error messages while commiting, commit mails are not sent), I hope to get them solved during today.
I did a commit yesterday to http://svn.opensuse.org/svn/yast/trunk/storage/package/yast2-storage.chan ge s This commit vanished. Resvision of my local working copy is: 62387
Revision of my working copy seems to be newer than waht is on new SVN server
Lagrange:/usr/src/yast2/storage/storage/src > svn up svn: No such revision 62387 Lagrange:/usr/src/yast2/storage/storage/src > svn log svn: No such revision 62387 Lagrange:/usr/src/yast2/storage/storage/src >
So it looks as if changes got lost while copying data to new server.
It should be fixed now (as you already confirmed via phone). Unfortunately, all changes which have been done today was lost (I'm aware of Jiri being affected by this, hopefully he is the only one, as commit was not possible through the night).
Committing in general should work now, commit mails are still not working.
Commit emails are now working as well. If you recognize any further problems with svn.opensuse.org, please, tell me immediately. Today around 22:00 CEST, there will be one more outage because changes in the storage configuration; it should take only couple of minutes. Jiri -- Regards, Jiri Srain YaST Team Leader --------------------------------------------------------------------- SUSE LINUX, s.r.o. e-mail: jsrain@suse.cz Lihovarska 1060/12 tel: +420 284 084 659 190 00 Praha 9 fax: +420 284 084 001 Czech Republic http://www.suse.cz
participants (3)
-
Gabriele Mohr
-
Jiri Srain
-
Thomas Fehr