Mailinglist Archive: opensuse-buildservice (50 mails)
| < Previous | Next > |
IMPORTANT: SVN changes
- From: Sonja Krause-Harder <skh@xxxxxxx>
- Date: Tue, 14 Mar 2006 17:09:34 +0100
- Message-id: <20060314160934.GD28467@xxxxxxxxxxxxxxx>
Hi,
The SVN repositories have been migrated to a new server. The official
announcement of this can be found at:
http://forge.novell.com/pipermail/forge-svn/2006-March/000039.html
The most important impact of this change is that anonymous checkout with
svn+ssh does no longer work, but result in a "Permission denied" error.
If you have a local repository, you need to switch it to the new server,
and to using the https protocol with the following command:
$ svn switch --relocate \
svn+ssh://anonymous@xxxxxxxxxxxxxxxxxxxx/svn/opensuse/trunk/buildservice \
https://forgesvn2.novell.com/svn/opensuse/trunk/buildservice
For new checkouts use this command:
$ svn checkout \
https://anonymous@xxxxxxxxxxxxxxxxxxxx/svn/opensuse/trunk/buildservice
I'll update the documentation in the wiki now.
Sorry for the inconvenience,
Sonja
--
Sonja Krause-Harder (skh@xxxxxxx)
Research & Development SUSE Linux Products GmbH
The SVN repositories have been migrated to a new server. The official
announcement of this can be found at:
http://forge.novell.com/pipermail/forge-svn/2006-March/000039.html
The most important impact of this change is that anonymous checkout with
svn+ssh does no longer work, but result in a "Permission denied" error.
If you have a local repository, you need to switch it to the new server,
and to using the https protocol with the following command:
$ svn switch --relocate \
svn+ssh://anonymous@xxxxxxxxxxxxxxxxxxxx/svn/opensuse/trunk/buildservice \
https://forgesvn2.novell.com/svn/opensuse/trunk/buildservice
For new checkouts use this command:
$ svn checkout \
https://anonymous@xxxxxxxxxxxxxxxxxxxx/svn/opensuse/trunk/buildservice
I'll update the documentation in the wiki now.
Sorry for the inconvenience,
Sonja
--
Sonja Krause-Harder (skh@xxxxxxx)
Research & Development SUSE Linux Products GmbH
| < Previous | Next > |