Topic: svn version mixup?

Yesterday I checked out svn version 4817, svn said

svn checkout svn://svn.tuxfamily.org/svnroot/qet/qet/trunk mynewfolderforit

and command "svnversion", and "svn up" say i am on 4817.

But according to
https://svnweb.tuxfamily.org/log.php?re … mp;isdir=1
latest is 4814 , so some updating of that page is broken?

Re: svn version mixup?

https://svnweb.tuxfamily.org/log.php?re … dir=1&

nomicons/grin

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

Re: svn version mixup?

Ah, thanks

Re: svn version mixup?

In don't understand this:
This morning i opened a terminal in the checked out folder, and issued "svn up" and it replied it is updating "." and it is on 4823.
Now in same terminal i again issued "svn up" and it replied it is updating "." and it is on 4824.
So it did not update any file, yet it say it is next revision number??  What is wrong here?

Re: svn version mixup?

QET Subversion has only one counter for trunk and branchs, it increment all commits.

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

Re: svn version mixup?

You could see only commits changes in your branch, example with DXFtoQET3_DB branch and if I want to see latest 10 commits into this branch history : svn log -l 10 (update your svn local directory before, svn up)

See "svn help log" for details.

DXFtoQET3_DB branch

U    src/ELMT_steps/elmt_blocks.cpp
U    dxftoqet3db.cpp
Actualisé à la révision 4824.
[04:59:06] laurent@debian:~/qet_element_moderation/DXFtoQET3_DB_64$ svn log -l 10
------------------------------------------------------------------------
r4824 | rdsivd | 2016-12-27 15:59:31 +0100 (mar. 27 déc. 2016) | 2 lignes
updated fucntions
------------------------------------------------------------------------
r4819 | scorpio810 | 2016-12-22 04:31:58 +0100 (jeu. 22 déc. 2016) | 2 lignes
Minor
------------------------------------------------------------------------
r4818 | scorpio810 | 2016-12-22 04:27:51 +0100 (jeu. 22 déc. 2016) | 2 lignes
Increase database loading
------------------------------------------------------------------------
r4817 | scorpio810 | 2016-12-20 20:19:40 +0100 (mar. 20 déc. 2016) | 2 lignes
Fix FTBFS
------------------------------------------------------------------------
r4816 | scorpio810 | 2016-12-20 18:55:57 +0100 (mar. 20 déc. 2016) | 2 lignes
Add new DXF converter files
------------------------------------------------------------------------
r4815 | scorpio810 | 2016-12-20 18:51:38 +0100 (mar. 20 déc. 2016) | 1 ligne
Creation of the branch DXFtoQET3_DB
------------------------------------------------------------------------

Trunk

[05:10:19] laurent@debian:~/Qet-svn/qet_directory$ svn log -l 5
Password:  
------------------------------------------------------------------------
r4823 | scorpio810 | 2016-12-24 13:48:44 +0100 (sam. 24 déc. 2016) | 2 lignes
Revert rev 4814 and 4820 momentarily
------------------------------------------------------------------------
r4822 | scorpio810 | 2016-12-23 20:12:08 +0100 (ven. 23 déc. 2016) | 2 lignes
Minor : merge old translations into previous commit
------------------------------------------------------------------------
r4821 | scorpio810 | 2016-12-23 19:17:22 +0100 (ven. 23 déc. 2016) | 3 lignes
Merge symbols, thanks Baboune
But lose these translations
------------------------------------------------------------------------
r4820 | scorpio810 | 2016-12-23 17:38:24 +0100 (ven. 23 déc. 2016) | 2 lignes
Minor : conductor properties widget change focus to formula field
------------------------------------------------------------------------
r4814 | blacksun | 2016-12-19 16:57:20 +0100 (lun. 19 déc. 2016) | 3 lignes
Modifie the text item of a conductor directly on a diagram also change the value of formula and label of the conductor property.
The change is apply for every conductors in the same potential
------------------------------------------------------------------------

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

Re: svn version mixup?

Thank you for the explanation nomicons/smile