Code::Blocks Forums

User forums => Help => Topic started by: gd_on on March 28, 2013, 09:35:13 am

Title: New repository, how to ... ?
Post by: gd_on on March 28, 2013, 09:35:13 am
I tried to synchronize my "old" svn berlios configuration with the new one on sf, but i don't succeed. Is is actually reserved for developers ?
I tried several things in relocating svn configuration, but obtained different errors : access forbidden, ...trunk is not the repository root, etc...
Could you be more precise on how to relocate, if it's possible for a "standard" user (not a developer), having only http access (svn protocol is not authorized in our company).

Thanks

gd_on
Title: Re: New repository, how to ... ?
Post by: Jenna on March 28, 2013, 10:11:46 am
If you don't want to do a fresh checkout, you should use svn relocate: http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html (http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.relocate.html) .

As far as I know, there is also a relocate command in TortoisSVN, the switch command is deprecated since svn 1.7 : http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.switch.html (http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.switch.html) .
Title: Re: New repository, how to ... ?
Post by: MortenMacFly on March 28, 2013, 01:42:03 pm
As far as I know, there is also a relocate command in TortoisSVN, the switch command is deprecated since svn 1.7 : http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.switch.html (http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.switch.html) .
Relocate does not work as the ID of the repo has changed. It is meant if you e.g. change the server's name/IP, but keep the code-base. You REALLY need to do a clean fresh checkout.

Use a Sync tool of your choice to merge changes afterwards OR create a large patch before from the old working copy and apply it to the new working copy.
Title: Re: New repository, how to ... ?
Post by: gd_on on March 28, 2013, 02:46:41 pm
Effectively, I had also this problem of ID.
So, I made a complete new checkout and it's ok now.

Oops, not exactly Ok because there is a problem in fortranproject cbp(s) : compilation of the new tab2space is missing !
Simply add it, and everything is OK again.

gd_on
Title: Re: New repository, how to ... ?
Post by: gd_on on March 28, 2013, 03:21:44 pm
On berlios there was a page where it was possible to have a quick look of differences between versions : http://svn.berlios.de/wsvn/codeblocks/?op=log&
(containing the same informations than in svn logs)
Is there an equivalent on SF ?

gd_on
Title: Re: New repository, how to ... ?
Post by: ollydbg on March 28, 2013, 04:10:03 pm
On berlios there was a page where it was possible to have a quick look of differences between versions : http://svn.berlios.de/wsvn/codeblocks/?op=log&
(containing the same informations than in svn logs)
Is there an equivalent on SF ?

gd_on
see log (http://sourceforge.net/p/codeblocks/code/log/)
Or, use CommitMonitor (http://tools.tortoisesvn.net/CommitMonitor.html) tool under Windows.
Title: Re: New repository, how to ... ?
Post by: p2rkw on March 30, 2013, 01:03:03 am
And what about patches, where can I upload them in a future?
Title: Re: New repository, how to ... ?
Post by: MortenMacFly on March 31, 2013, 05:08:27 pm
And what about patches, where can I upload them in a future?
The same place as always. BerliOS.
Title: Re: New repository, how to ... ?
Post by: ollydbg on March 31, 2013, 11:55:55 pm
http://cb.biplab.in/websvn/
The link above has the same interface as berlios'  websvn.