News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

New repository, how to ... ?

Started by gd_on, March 28, 2013, 09:35:13 AM

Previous topic - Next topic

gd_on

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
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

Jenna

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 .

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 .

MortenMacFly

Quote from: jens on March 28, 2013, 10:11:46 AM
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 .
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

gd_on

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
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

gd_on

#4
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
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

ollydbg

#5
Quote from: 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
see log
Or, use CommitMonitor tool under Windows.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

p2rkw

And what about patches, where can I upload them in a future?

MortenMacFly

Quote from: p2rkw on March 30, 2013, 01:03:03 AM
And what about patches, where can I upload them in a future?
The same place as always. BerliOS.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

ollydbg

http://cb.biplab.in/websvn/
The link above has the same interface as berlios'  websvn.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.