[rkward-devel] [rkward-announce] SVN repository URL has changed

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Tue Jan 15 15:40:47 UTC 2013


Hi,

On Tuesday 15 January 2013, meik michalke wrote:
> Am Dienstag, 15. Januar 2013, 12:14:49 schrieb Thomas Friedrichsmeier:
> > Note the given URL. Copy the new url from the above web page, then run
> > 
> >    svn switch --relocate old_url new_url
> > 
> > In case of problems, just ask.
> 
> switch seems to work, but i cannot commit:
> 
> <error>
> svn: E175013: Übertragen schlug fehl (Details folgen):
> svn: E175013: Access to '/p/rkward/code/!svn/me' forbidden
> </error>
> 
> any clues? did i lose write access in the transition?

I don't think there should be any problem with the permissions. As you have 
admin permissions on the project, you can check for yourself at 
https://sourceforge.net/p/rkward/admin/groups/ . My first guess is that switch 
did not work correctly after all. Check 'svn info', again. Perhaps you forgot 
an 'rkward' at the end of the URL, for example?

Or perhaps you need to re-specify your credentials (commit takes --username 
and --password) after the switch?

However, perhaps the easiest / safest way out is transfer your local changes 
to a fresh checkout (e.g.):
  1. svn diff > ~/my_changes.diff
  2. cd somewhere_else
  3. svn co new_url && cd there
  4. patch -p0 < ~/my_changes.diff

Regards
Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/rkward-devel/attachments/20130115/0f0c3d88/attachment.sig>


More information about the Rkward-devel mailing list