Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Matti
I tried both commands, but I still get the message:
//gambas3/5421/trunk' is already a working copy for a different URL

svn checkout works, but the old URL isn't changed.
'svn update' and 'svn info' still point to the old URL.

Does somebody know how to tell svn to save the new URL?

Matti

Am 08.12.2012 18:04, schrieb Laurent Carlier:
 Le samedi 8 décembre 2012 02:30:26 Benoît Minisini a écrit :

 The information is on https://sourceforge.net/p/gambas/code/

 For a read-only access:

 $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

 For a read-write access: (I don't know why there is a difference!)

 $ svn checkout --username=username
 svn+ssh://gam...@svn.code.sf.net/p/gambas/code/gambas/trunk


 The proper URL seem to be svn checkout --username=username
 svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk

 For migrating from the old repo, you can try (not tested) the command svn
 relocate like this:

 svn relocate --username=username
 svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Benoît Minisini
Le 09/12/2012 19:17, Matti a écrit :
 I tried both commands, but I still get the message:
  //gambas3/5421/trunk' is already a working copy for a different URL

 svn checkout works, but the old URL isn't changed.
 'svn update' and 'svn info' still point to the old URL.

 Does somebody know how to tell svn to save the new URL?

 Matti


Remove the old /trunk completely and do a checkout from scratch with the 
new url.

Regards,

-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Matti
But then all my recent translations (that have been sent to theo old URL) would 
be lost.

Would it be possible to save all those *.po and *.mo files somewhere, do the 
checkout from scatch, copy them to the new trunk directory and do a commit 
again?

M.

Am 09.12.2012 19:37, schrieb Benoît Minisini:
 Le 09/12/2012 19:17, Matti a écrit :
 I tried both commands, but I still get the message:
   //gambas3/5421/trunk' is already a working copy for a different URL

 svn checkout works, but the old URL isn't changed.
 'svn update' and 'svn info' still point to the old URL.

 Does somebody know how to tell svn to save the new URL?

 Matti


 Remove the old /trunk completely and do a checkout from scratch with the
 new url.

 Regards,


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Benoît Minisini
Le 09/12/2012 19:46, Matti a écrit :
 But then all my recent translations (that have been sent to theo old URL) 
 would
 be lost.

 Would it be possible to save all those *.po and *.mo files somewhere, do the
 checkout from scatch, copy them to the new trunk directory and do a commit 
 again?

 M.


Don't remove the old /trunk then, just rename the directory, or put it 
elsewhere.

Once you have done the new checkout, you will have to get the new 
translation from the old trunk and put it into the new one. A file copy 
will be enough.

-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Sebastian Kulesz
On Sun, Dec 9, 2012 at 3:46 PM, Matti math.e...@t-online.de wrote:

 But then all my recent translations (that have been sent to theo old URL)
 would
 be lost.

 Would it be possible to save all those *.po and *.mo files somewhere, do
 the
 checkout from scatch, copy them to the new trunk directory and do a commit
 again?

 M.

 Am 09.12.2012 19:37, schrieb Benoît Minisini:
  Le 09/12/2012 19:17, Matti a écrit :
  I tried both commands, but I still get the message:
//gambas3/5421/trunk' is already a working copy for a
 different URL
 
  svn checkout works, but the old URL isn't changed.
  'svn update' and 'svn info' still point to the old URL.
 
  Does somebody know how to tell svn to save the new URL?
 
  Matti
 
 
  Remove the old /trunk completely and do a checkout from scratch with the
  new url.
 
  Regards,
 


 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user


I have a backup of the old repository. If you want, i can import your
commit to the new repository, then you can just do a fresh checkout.
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Matti
Whow! That would be great. Let's try!
M.

Am 09.12.2012 19:52, schrieb Sebastian Kulesz:
 On Sun, Dec 9, 2012 at 3:46 PM, Matti math.e...@t-online.de wrote:

 I have a backup of the old repository. If you want, i can import your
 commit to the new repository, then you can just do a fresh checkout.

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-09 Thread Sebastian Kulesz
Please check revision #5423. BTW, the Daily Builds PPA is up again, please
give it a few hours for the new updates to show up!


On Sun, Dec 9, 2012 at 4:13 PM, Matti math.e...@t-online.de wrote:

 Whow! That would be great. Let's try!
 M.

 Am 09.12.2012 19:52, schrieb Sebastian Kulesz:
  On Sun, Dec 9, 2012 at 3:46 PM, Matti math.e...@t-online.de wrote:
 
  I have a backup of the old repository. If you want, i can import your
  commit to the new repository, then you can just do a fresh checkout.


 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Bruce
On Sat, 2012-12-08 at 02:30 +0100, Benoît Minisini wrote:
 Hi,
 
 Sourceforge has upgraded the Gambas project from its old management 
 software to the new one.
 
 Consequently, the subversion repository has been migrated to a new 
 place, and then all the checkout you have done on your local computer 
 is now invalid, and you must do a full checkout again.
 
 Alas, this process took a long time, and I forgot to send a mail to the 
 user mailing-list to warn people *not* to do any commit. (I did on the 
 developer maling-list)
 
 So I'm afraid that the revision #5417 with German translations has been 
 lost and must be committed again to the new repository.
 
 Here is the new command for doing the checkout. I will try it soon on my 
 own machine...
 
 The information is on https://sourceforge.net/p/gambas/code/
 
 For a read-only access:
 
 $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
 
 For a read-write access: (I don't know why there is a difference!)
 
 $ svn checkout --username=username 
 svn+ssh://gam...@svn.code.sf.net/p/gambas/code/gambas/trunk
 
 Regards,
 

Hi Benoît and all,

I have added 5418 simply as a checkpoint so people can see that they are
using the new sourceforge links. 

(I had no problems but we use eSVN, which seems to have resolved all the
neccessaries without any intervention.)

hth
Bruce




--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Charlie Reinl
Am Samstag, den 08.12.2012, 02:30 +0100 schrieb Benoît Minisini:
 Hi,
 
 Sourceforge has upgraded the Gambas project from its old management 
 software to the new one.
 
 Consequently, the subversion repository has been migrated to a new 
 place, and then all the checkout you have done on your local computer 
 is now invalid, and you must do a full checkout again.
 
 Alas, this process took a long time, and I forgot to send a mail to the 
 user mailing-list to warn people *not* to do any commit. (I did on the 
 developer maling-list)
 
 So I'm afraid that the revision #5417 with German translations has been 
 lost and must be committed again to the new repository.
 
 Here is the new command for doing the checkout. I will try it soon on my 
 own machine...
 
 The information is on https://sourceforge.net/p/gambas/code/
 
 For a read-only access:
 
 $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
 
 For a read-write access: (I don't know why there is a difference!)
 
 $ svn checkout --username=username 
 svn+ssh://gam...@svn.code.sf.net/p/gambas/code/gambas/trunk
 
 Regards,
 

Salut,

just before doing all the changes, I started my svn-script to see what
happens.
Nothing unusual happened, I had 5409, now I have 5418  

Here the output


xxx@:~/src/gambas/3$ ./update30 
== local
=
Revision: 5409
== server
=
Revision: 5418
===
gambas-svn30 compile from scratch  (y/[n]/q)?
n
Uapp/other/MakeWebSite/.lang/de.po
Uapp/other/MakeWebSite/.settings
Uapp/src/doc.cgi/.lang/.pot
Uapp/src/doc.cgi/.src/CClassInfo.class
Uapp/src/doc.cgi/.src/CSymbolInfo.class
Uapp/src/doc.cgi/.src/Main.module
Uapp/src/doc.cgi/.src/CComponent.class
Uapp/src/gambas3/support.txt
Uapp/src/gambas3/.lang/de.mo
Uapp/src/gambas3/.lang/.pot
Uapp/src/gambas3/.lang/de.po
Uapp/src/gambas3/.src/Editor/Other/FTextEditor.form
Uapp/src/gambas3/.src/Editor/Code/FEditor.form
Uapp/src/gambas3/.src/Help/Markup.module
Uapp/src/gambas3/.src/Component/CPropertyInfo.classcharlie
Uapp/src/gambas3/.src/Project.module
Uapp/src/gambas3/.src/Welcome/FAbout.form
Uapp/src/gambas3/.src/Project/CProjectTree.class
Ugb.media/src/c_mediaplayer.c
Ugb.media/src/c_media.c
Ugb.gtk/src/gcontrol.cpp
Ugb.gtk/src/cpaint_impl.cpp
UNEWS
Umain/gbx/gbx_api.c
Umain/gbx/gbx_c_class.c
Umain/gbx/gbx_extern.c
Umain/gbx/gbx_local.c
Umain/gbx/gbx_class_native.c
Umain/lib/draw/gb.paint.h
Umain/lib/draw/cpaint.c
Umain/lib/draw/cpoint_temp.h
Ucomp/src/gb.gui.base/.src/GridView/GridView.class
Ucomp/src/gb.gui.base/.src/GridView/_GridView_Data.class
Ucomp/src/gb.gui.base/.src/Draw.module
Ucomp/src/gb.gui.base/.src/TreeView/_TreeView_Item.class
Ucomp/src/gb.gui.base/.src/TreeView/_TreeView.class
Ucomp/src/gb.gui.base/.info
Ucomp/src/gb.form.dialog/.lang/de.po
Ucomp/src/gb.form/.lang/.pot
Ucomp/src/gb.form/.lang/de.po
Ucomp/src/gb.form/.project
Ucomp/src/gb.form/.src/Test/FMain.form
Acomp/src/gb.form/.src/Test/FLCDLabel.form
Acomp/src/gb.form/.src/Test/FLCDLabel.class
Acomp/src/gb.form/.src/LCDLabel.class
Acomp/src/gb.form/.hidden/control/lcdlabel.png
Ucomp/src/gb.form/.info
Ucomp/src/gb.form/.list
Ucomp/src/gb.form.mdi/.lang/de.po
Ucomp/src/gb.map/.info
Ucomp/src/gb.db.form/.lang/.pot
Ucomp/src/gb.db.form/.lang/de.po
Ugb.qt4/src/webkit/cwebelement.cpp
Ugb.qt4/src/cpaint_impl.cpp
Ugb.qt4/src/CDraw.cpp
Ugb.net/src/CServerSocket.c
Uexamples/examples/Control/Wizard/.lang/de.po
Uexamples/examples/Control/ArrayOfControls/.lang/de.po
Uexamples/examples/Control/Embedder/.lang/de.po
Uexamples/examples/Control/TextEdit/.lang/de.po
Uexamples/examples/Control/TreeView/.lang/de.mo
Uexamples/examples/Control/TreeView/.lang/de.po
Uexamples/examples/Control/HighlightEditor/.lang/de.mo
Uexamples/examples/Control/HighlightEditor/.lang/de.po
Uexamples/examples/Basic/Timer/.lang/de.mo
Uexamples/examples/Basic/Timer/.lang/de.po
Uexamples/examples/Basic/Object/.lang/de.mo
Uexamples/examples/Basic/Object/.lang/de.po
Uexamples/examples/Basic/Collection/.lang/de.mo
Uexamples/examples/Basic/Collection/.lang/de.po
Uexamples/examples/Basic/Blights/.lang/de.mo
Uexamples/examples/Basic/Blights/.lang/de.po
Uexamples/examples/Image/Lighttable/.lang/de.po
Uexamples/examples/Image/Lighttable/.settings
Uexamples/examples/Image/ImageViewer/.lang/de.mo
Uexamples/examples/Image/ImageViewer/.lang/de.po
Uexamples/examples/Database/PictureDatabase/.lang/de.po
Uexamples/examples/Database/MySQLExample/.lang/de.po
Uexamples/examples/Database/Database/.lang/de.mo
U

Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Tobias Boege
On Sat, 08 Dec 2012, Beno?t Minisini wrote:
 For a read-write access: (I don't know why there is a difference!)

I think because you have to be authenticated via SSH to commit?

 
 $ svn checkout --username=username 
 svn+ssh://gam...@svn.code.sf.net/p/gambas/code/gambas/trunk

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Willy Raets
On Sat, 2012-12-08 at 02:30 +0100, Benoît Minisini wrote:
 Hi,
 
 Sourceforge has upgraded the Gambas project from its old management 
 software to the new one.
 
 Consequently, the subversion repository has been migrated to a new 
 place, and then all the checkout you have done on your local computer 
 is now invalid, and you must do a full checkout again.
 
 Alas, this process took a long time, and I forgot to send a mail to the 
 user mailing-list to warn people *not* to do any commit. (I did on the 
 developer maling-list)
 
 So I'm afraid that the revision #5417 with German translations has been 
 lost and must be committed again to the new repository.
 
 Here is the new command for doing the checkout. I will try it soon on my 
 own machine...
 
 The information is on https://sourceforge.net/p/gambas/code/
 
 For a read-only access:
 
 $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

So for installing the trunk version Gambas documentation says to do: svn
checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/

This old link has to be replaced by svn checkout
svn://svn.code.sf.net/p/gambas/code/gambas/trunk ?

Willy



--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Benoît Minisini
Le 08/12/2012 14:51, Willy Raets a écrit :

 So for installing the trunk version Gambas documentation says to do: svn
 checkout https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/trunk/

 This old link has to be replaced by svn checkout
 svn://svn.code.sf.net/p/gambas/code/gambas/trunk ?

 Willy


Yes.


-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Benoît Minisini
Le 08/12/2012 10:41, Bruce a écrit :

 Hi Benoît and all,

 I have added 5418 simply as a checkpoint so people can see that they are
 using the new sourceforge links.

 (I had no problems but we use eSVN, which seems to have resolved all the
 neccessaries without any intervention.)

 hth
 Bruce


Good idea, but you are false: you made your commit to the old repository!

-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Benoît Minisini
Le 08/12/2012 16:12, Benoît Minisini a écrit :
 Le 08/12/2012 10:41, Bruce a écrit :

 Hi Benoît and all,

 I have added 5418 simply as a checkpoint so people can see that they are
 using the new sourceforge links.

 (I had no problems but we use eSVN, which seems to have resolved all the
 neccessaries without any intervention.)

 hth
 Bruce


 Good idea, but you are false: you made your commit to the old repository!


Just check that by looking at the subversion commit mail, or by checking 
the Browse source code page on the website!

-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Charlie Reinl
Am Samstag, den 08.12.2012, 16:16 +0100 schrieb Benoît Minisini:
 Le 08/12/2012 16:12, Benoît Minisini a écrit :
  Le 08/12/2012 10:41, Bruce a écrit :
 
  Hi Benoît and all,
 
  I have added 5418 simply as a checkpoint so people can see that they are
  using the new sourceforge links.
 
  (I had no problems but we use eSVN, which seems to have resolved all the
  neccessaries without any intervention.)
 
  hth
  Bruce
 
 
  Good idea, but you are false: you made your commit to the old repository!
 
 
 Just check that by looking at the subversion commit mail, or by checking 
 the Browse source code page on the website!
 

Yes, now the script fails.
-- 
Amicalement
Charlie


--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Ron
This is why I host my own svn...
What a mess sourceforge makes of this..
Op 8 dec. 2012 16:36 schreef Charlie Reinl karl.re...@fen-net.de het
volgende:

 Am Samstag, den 08.12.2012, 16:16 +0100 schrieb Benoît Minisini:
  Le 08/12/2012 16:12, Benoît Minisini a écrit :
   Le 08/12/2012 10:41, Bruce a écrit :
  
   Hi Benoît and all,
  
   I have added 5418 simply as a checkpoint so people can see that they
 are
   using the new sourceforge links.
  
   (I had no problems but we use eSVN, which seems to have resolved all
 the
   neccessaries without any intervention.)
  
   hth
   Bruce
  
  
   Good idea, but you are false: you made your commit to the old
 repository!
  
 
  Just check that by looking at the subversion commit mail, or by checking
  the Browse source code page on the website!
 

 Yes, now the script fails.
 --
 Amicalement
 Charlie



 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Laurent Carlier
Le samedi 8 décembre 2012 02:30:26 Benoît Minisini a écrit :

 The information is on https://sourceforge.net/p/gambas/code/

 For a read-only access:

 $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

 For a read-write access: (I don't know why there is a difference!)

 $ svn checkout --username=username
 svn+ssh://gam...@svn.code.sf.net/p/gambas/code/gambas/trunk


The proper URL seem to be svn checkout --username=username
svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk

For migrating from the old repo, you can try (not tested) the command svn
relocate like this:

svn relocate --username=username
svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk

++


signature.asc
Description: This is a digitally signed message part.
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Benoît Minisini
Le 08/12/2012 18:04, Laurent Carlier a écrit :

 The proper URL seem to be svn checkout --username=username
 svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk

 For migrating from the old repo, you can try (not tested) the command svn
 relocate like this:

 svn relocate --username=username
 svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk

 ++


Thanks Laurent! gambas was my user name, and I thought stupidly that 
it was the project name...

-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-08 Thread Fabien Bodard
Hi ,
 For svn relocate you need to give the old url too

Go in the trunk folder and then type:
$ svn info

take the url line : URL : svn://svn.code.sf.net/p/gambas/code/gambas/trunk

then do :
$ svn relocate --username=username  old url svn+ssh://username@
svn.code.sf.net/p/gambas/code/gambas/trunk


It have worked for me to migrate from Read Only to RW mode


2012/12/8 Benoît Minisini gam...@users.sourceforge.net

 Le 08/12/2012 18:04, Laurent Carlier a écrit :
 
  The proper URL seem to be svn checkout --username=username
  svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk
 
  For migrating from the old repo, you can try (not tested) the command svn
  relocate like this:
 
  svn relocate --username=username
  svn+ssh://username@svn.code.sf.net/p/gambas/code/gambas/trunk
 
  ++
 

 Thanks Laurent! gambas was my user name, and I thought stupidly that
 it was the project name...

 --
 Benoît Minisini


 --
 LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
 Remotely access PCs and mobile devices and provide instant support
 Improve your efficiency, and focus on delivering more value-add services
 Discover what IT Professionals Know. Rescue delivers
 http://p.sf.net/sfu/logmein_12329d2d
 ___
 Gambas-user mailing list
 Gambas-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/gambas-user




-- 
Fabien Bodard
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-07 Thread Sebi
Until I sort out the automatic import of the SVN repository, the Daily Builds 
PPA will be stuck at revision #5418 (somehow it got imported). I'm not sure if 
I can just change the repository URL, so the reimport is most likely going to 
take some time. 
 
-Original Message-
From: Benoît Minisini gam...@users.sourceforge.net
Date: Sat, 08 Dec 2012 02:30:26 
To: mailing list for gambas usersgambas-user@lists.sourceforge.net
Reply-To: mailing list for gambas users gambas-user@lists.sourceforge.net
Subject: [Gambas-user] IMPORTANT! Sourceforge upgrade

Hi,

Sourceforge has upgraded the Gambas project from its old management 
software to the new one.

Consequently, the subversion repository has been migrated to a new 
place, and then all the checkout you have done on your local computer 
is now invalid, and you must do a full checkout again.

Alas, this process took a long time, and I forgot to send a mail to the 
user mailing-list to warn people *not* to do any commit. (I did on the 
developer maling-list)

So I'm afraid that the revision #5417 with German translations has been 
lost and must be committed again to the new repository.

Here is the new command for doing the checkout. I will try it soon on my 
own machine...

The information is on https://sourceforge.net/p/gambas/code/

For a read-only access:

$ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk

For a read-write access: (I don't know why there is a difference!)

$ svn checkout --username=username 
svn+ssh://gam...@svn.code.sf.net/p/gambas/code/gambas/trunk

Regards,

-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user


Re: [Gambas-user] IMPORTANT! Sourceforge upgrade

2012-12-07 Thread Benoît Minisini
Le 08/12/2012 03:36, Sebi a écrit :
 Until I sort out the automatic import of the SVN repository, the
 Daily Builds PPA will be stuck at revision #5418 (somehow it got
 imported). I'm not sure if I can just change the repository URL, so
 the reimport is most likely going to take some time.

I don't know. Sourceforge to do a fresh checkout from the new URL. If 
the Daily Builds do that, you just have to change the SVN url and that's 
all (the read-only access url needs no user name and no password).

Regards,

-- 
Benoît Minisini

--
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user