[SOLVED] Upgrading from SVN

sridharb

Joined: 2006-07-17
Posts: 26
Posted: Wed, 2012-06-06 03:44

I have an old folder that was checked out from SVN.

I tried to update it and it failed.

It looks like the URL for SF.NET has changed.

I tried https://svn.code.sf.net/p/gallery

I also tried the old URL https://gallery.svn.sourceforge.net/svnroot/gallery/trunk/gallery2 which failed.

Could someone tell me what the new URL for gallery2 code is?

Thanks,
Sridhar

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Wed, 2012-06-06 12:50

The big downloads link on every page of this site.

-s

 
Dayo

Joined: 2005-11-04
Posts: 1642
Posted: Wed, 2012-06-06 17:10

The downloads link above does contain a link to svn info. I used the "old" link as provided on that page, to install from svn about a month ago and a quick test now shows it working still.

Bear in mind that you need to add a " ." in order to checkout without the containing folder. I.E.,

1. Run "cd /path/to/g2/folder"
2. Run "svn checkout https://gallery.svn.sourceforge.net/svnroot/gallery/trunk/gallery2 ."

PS. Realised above is for new installation.

Running "svn update" in the g2 folder should grab the latest files.

--
dakanji.com

 
sridharb

Joined: 2006-07-17
Posts: 26
Posted: Sat, 2012-06-09 06:43

I can confirm that the "old" links are working and I was able to do an svn update.

Perhaps something was wrong with the site when I had checked.

Thanks,
Sridhar