At the beginning of July Openbravo Subversion repositories in
dev.openbravo.com were migrated to version 1.5. The notification made in
that moment [1] explained how to update clients to version 1.5. In that
moment, it was not compulsory to update clients.

Now, commits done from Subversion clients that don't support the new merge
functionality are being rejected. If you try to commit with an
unsupported client, you'll receive the message: "Please only do commits
with a mergeinfo capable client. Currently this means svn-1.5 or later."

If you work from the command line, you just need to upgrade your svn
client. In Ubuntu systems, you'll need to add a repository to your
sources.list:
   1. Edit sources.list file:
         sudo gedit /etc/apt/sources.list
   2. Add the following line:
         deb http://ftp.de.debian.org/debian lenny main
   3.    sudo apt-get update
   4.    sudo apt-get install subversion
   5. To see if SVN 1.5 was installed:
         svn --version
   6. Edit again sources.list file and comment the previously added line:
         # deb http://ftp.de.debian.org/debian lenny main

If you are using Eclipse, you'll have to use Subclipse plugin, as
Subversive plugin does not yet fully support the merge functionality.
Please watch how to uninstall Subversive and how to install Subclipse at
[2].

[1] 
http://groups.google.com/group/openbravo-development/browse_thread/thread/b2aa7aefe7cf14d6
[2] 
http://www.dailymotion.com/rafa1080/video/x6a11w_how-to-uninstall-subversive-and-ins_tech


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Openbravo-development mailing list
Openbravo-development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-development

Reply via email to