Author Topic: Unofficial SVN Snapshots  (Read 192940 times)

Offline tobix

  • Jr. Member
  • **
  • Posts: 24
Re: Unofficial SVN Snapshots
« Reply #90 on: December 29, 2006, 06:42:31 PM »
Sure, have a look at http://roundcube.tobix.org.
Both files, rc_svn and rc_svn_version, you need.

Copy the files to a directory and do "chmod 700 rc_svn".

Greetings, Tobi

Offline oxygens

  • Jr. Member
  • **
  • Posts: 36
Re: Unofficial SVN Snapshots
« Reply #91 on: December 29, 2006, 07:15:38 PM »
amazing tobix you are a genius will be so useful.

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Unofficial SVN Snapshots
« Reply #92 on: December 30, 2006, 12:02:11 AM »
Very nice thank you, however the command svn info https://svn.roundcube.net/trunk returns svn: 'svn info' only works on working copy paths, not URLs Any ideas?

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: Unofficial SVN Snapshots
« Reply #93 on: December 30, 2006, 06:54:55 AM »
nice script but two things:
you can replace
Code: [Select]
 find . -name .svn -exec rm -Rf \{\} \;
 
  echo ".tar.gz erstellen..."
  tar cfz /home/me/www/roundcube.tobix.org/$version_neu.tar.gz roundcubemail
with
Code: [Select]
 echo ".tar.gz erstellen..."
  tar --exclude ".svn" -czf /home/me/www/roundcube.tobix.org/$version_neu.tar.gz roundcubemail

why do you delete trunk folder ? svn up puts less load to the server

daashag, what version of svn are you using ?
svn, version 1.4.2 (r22196) works fine :
Code: [Select]
svn info [url]https://svn.roundcube.net/trunk[/url]
Path: trunk
URL: [url]https://svn.roundcube.net/trunk[/url]
Repository Root: [url]https://svn.roundcube.net[/url]
Repository UUID: 208e9e7b-5314-0410-a742-e7e81cd9613c
Revision: 441
Node Kind: directory
Last Changed Author: Stiwi
Last Changed Rev: 441
Last Changed Date: 2006-12-30 01:09:25 +0200 (L, 30 dets 2006)
irc://irc.freenode.net:6667/#roundcube

Offline tobix

  • Jr. Member
  • **
  • Posts: 24
Re: Unofficial SVN Snapshots
« Reply #94 on: December 30, 2006, 07:11:16 AM »
@yllar:
Thank you, yor're right!

Now it's working better and faster. The new script you can find at http://roundcube.tobix.org

I'm using svn version 1.3.2.

Greetings, Tobi

Offline tobix

  • Jr. Member
  • **
  • Posts: 24
Re: Unofficial SVN Snapshots
« Reply #95 on: January 01, 2007, 03:43:27 PM »
Happy New Year, folks,

here is the latest one, rc_444: http://roundcube.tobix.org/444.tar.gz

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: Unofficial SVN Snapshots
« Reply #96 on: January 02, 2007, 12:01:42 PM »
one more thing: there should be trunk.tar.gz that always contains current trunk - could be useful for scripts
irc://irc.freenode.net:6667/#roundcube

Offline tobix

  • Jr. Member
  • **
  • Posts: 24
Re: Unofficial SVN Snapshots
« Reply #97 on: January 02, 2007, 12:09:46 PM »
@yllar: What do you mean?
The latest archive on my server is the same as the latest trunk, isn't it?

Offline jpweb

  • Jr. Member
  • **
  • Posts: 46
Re: Unofficial SVN Snapshots
« Reply #98 on: January 02, 2007, 03:01:11 PM »
Ok here is a silly question I install svn versions and follow directions on what to replace. Why when I replace files in programs and skins my version does not work most of the time it won't allow sign. When new index.php is replaced then most of the links won't work so I always go back to my last working version. I have svn ver 423 working with somehow without spell check. What could I be doing wrong?

since version 423 I am unable to update to a new svn version.

Offline tobix

  • Jr. Member
  • **
  • Posts: 24
Re: Unofficial SVN Snapshots
« Reply #99 on: January 02, 2007, 04:15:38 PM »
Quote from: jpweb
since version 423 I am unable to update to a new svn version.
Did you do an update of your config.inc.php?
And, did you do an update of your mysql tables?

Offline daashag

  • Full Member
  • ***
  • Posts: 198
Re: Unofficial SVN Snapshots
« Reply #100 on: January 02, 2007, 04:28:17 PM »
The way I upgrade is create a new installations of RC. I have a script that copies my skins and /config directory over to the new installation. Then I test the new installation and when all is good I copy the new installation over the current working copy of RC.

Offline yllar

  • Full Member
  • ***
  • Posts: 106
Re: Unofficial SVN Snapshots
« Reply #101 on: January 02, 2007, 05:31:44 PM »
Quote from: tobix
@yllar: What do you mean?
The latest archive on my server is the same as the latest trunk, isn't it?
but then you have to know what rev is last. if there is also trunk.tar.gz then it's always the latest and you don't have to guess how many changes there has been after last dl and whats the number in archive name
irc://irc.freenode.net:6667/#roundcube

Offline tobix

  • Jr. Member
  • **
  • Posts: 24
Re: Unofficial SVN Snapshots
« Reply #102 on: January 02, 2007, 05:39:49 PM »
Quote from: yllar
but then you have to know what rev is last. if there is also trunk.tar.gz then it's always the latest and you don't have to guess how many changes there has been after last dl and whats the number in archive name
Ok, now we
*have one .tar.gz with the latest revision number as the name
and
*one _latest.tar.gz, which is always the latest RC revision.

Thank you, yllar!

Reload

  • Guest
Re: Unofficial SVN Snapshots
« Reply #103 on: January 04, 2007, 02:40:10 PM »
Made a update to the opening to post to include to download source hosted by Tobix (thanks ;) ).

//

Please pay attention that the script from Tobix downloads both branch/trunk versions,
so alway's check what version you need by looking at the trac server !!!

Offline oxygens

  • Jr. Member
  • **
  • Posts: 36
Re: Unofficial SVN Snapshots
« Reply #104 on: January 15, 2007, 06:32:16 AM »
so for example the 460 is the current address book branch and the 459 is the current svn branch am i correct? (in tobixs download list)

at present are all svn patches applied to the addressbook branch aswell?