Roundcube Community Forum

 

Unofficial SVN Snapshots

Started by flosoft, June 27, 2006, 05:13:43 PM

Previous topic - Next topic

tobix

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

oxygens

amazing tobix you are a genius will be so useful.

daashag

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?

yllar

nice script but two things:
you can replace  find . -name .svn -exec rm -Rf \{\} \;
 
  echo ".tar.gz erstellen..."
  tar cfz /home/me/www/roundcube.tobix.org/$version_neu.tar.gz roundcubemail
with
 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 : 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)

tobix

@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

tobix


yllar

one more thing: there should be trunk.tar.gz that always contains current trunk - could be useful for scripts

tobix

@yllar: What do you mean?
The latest archive on my server is the same as the latest trunk, isn't it?

jpweb

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.

tobix

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?

daashag

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.

yllar

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

tobix

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

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 !!!

oxygens

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?