Topic: SVN and QET

Hi, I'm new to QET and I want to involve me in development and testing while using, I download the svn repo, my question is, how do you use trunk and branches in this project.
Tks in advance

Marcelo

Re: SVN and QET

Hi and welcome Marcelo,

We just use trunk at this time.
For example:

svn export svn://svn.tuxfamily.org/svnroot/qet/qet/trunk qelectrotech_trunk

I see you join IRC #qet channel, just ask ;-)
I can open up a developer account on Qet subversion for you, if you want.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Tks for the reply

First I'll trying to compile and understand the using of the last devel version (while translate to spanish after ask actual spanish translator), just for start.
Will be a pleasure to have a developer account, ¿are there any rules to commit? ¿any simple bugs or simple features to do?

Marcelo

Re: SVN and QET

What your operating system?
If you use gnu/linux is very easy, Windows much less.
Ms Windows: cygwin, minGW, etc.
You use qt creator as IDE?

For compiling.
http://qelectrotech.org/wiki/es/doc/test_dev_version

Translation in Spanish is make by Alfredo in Mexico.

http://qelectrotech.org/wiki/es/doc/subversion

Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

mmiacca wrote:

Will be a pleasure to have a developer account, ¿are there any rules to commit? ¿any simple bugs or simple features to do?

Marcelo

One, you do to subscribe to tuxfamily: by example just ask : I want to join QElectroTech project, after tell me in IRC channel, or send me an email, i just need your loguin (username subscription) for create your account to Qet subversion and mailing list.

You can work on what you want.

http://www.tuxfamily.org/en/subscribe

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Scorpio

I using windows now, qt creator with mingw.
Only for fun, i'm trying to compile with Qt5.2, I will report the details when is finished (now the only isue is qprinter haven´t postscript capabilities, other problems could be solved without problems.
I'm installing the correct version now.

Re: SVN and QET

Mmiacca,

I use minGW too for make windows build under my VM seven.

cd /d %working_directory%\qelectrotech_trunk
//on lance la compilation
qmake
mingw32-make -j9 -f Makefile.Release

http://qelectrotech.org/forum/viewtopic … 1830#p1830
http://qelectrotech.org/wiki/doc/dev_windows

Porting Qet code to Qt 5 is a good feature for future.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Scorpio

My tuxfamily user is mmiacca
About compile, normally i compile from qtcreator, it does the same step, qmake and mingw32-make...

tks

Re: SVN and QET

Mmiacca

Your username is added to ML and SVN, thanks.

For Qt creator: http://qelectrotech.org/wiki/doc/qt_creator

svn+ssh://mmiacca@svn.tuxfamily.org/svnroot/qet/qet/trunk

http://faq.tuxfamily.org/User/Sp#SSH_en_Windows

http://qelectrotech.org/wiki/es/doc/subversion

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Mmiacca

If you want i can create a new branch for you.
I just delete not used branch devel and 0.4.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Scorpio, ok, a branch will be a good idea...
Other question, an small address translation of new label or messages (spanish) or code mofication, when can i merge to trunk, or only you merge to trunk?

Tks

Re: SVN and QET

Mmiacca

Branch devel created.
You can yourself merge your code to trunk nomicons/wink
But is very buggy i can revert your commit :p

thx

Laurent

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Comment peut-on connaitre les changements apportés de chaque version svn ?
Cordialement.
Alexis

Re: SVN and QET

Le titre du commit n'est pas explicite pour toi?

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Qu'est-ce que le "commit" ?
Cordialement.
Alexis

Re: SVN and QET

galexis wrote:

Qu'est-ce que le "commit" ?
Cordialement.
Alexis

L'envoi d'un patch sur le subversion.
ça peux être un ajout de symboles, l'ajout de traduction, du code etc..
Voila.

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Je ne comprends pas où ce trouverais le titre du "commit", dans Synaptic (outil d'installation de paquets linuxmint) il n'y a pas d'info sur les changements et rien dans  Qet non plus dans A propos ou autre .... On connais juste le numéro de la mise à jour.
Cdlt

Re: SVN and QET

Pas dans synaptic, soit dans l' historique Web Svn[1] soit sur la ML.

Edit: le changelog d'un paquet Debian est fait pour indiquer les changements sur le paquet et non les modifications Upstream.

[1]http://svnweb.tuxfamily.org/log.php?rep … dir=1&

"Le jour où tu découvres le Libre, tu sais que tu ne pourras jamais plus revenir en arrière..."

Re: SVN and QET

Ok, c'est nickel, cela me suffit.
Cordialement.