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
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512
_______________________________________________ RKWard-devel mailing list RKWard-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rkward-devel