[TYPO3-core] OT: Strange(?) SVN behaviour

Michael Stucki michael at typo3.org
Mon Jul 10 15:29:41 CEST 2006


Hi folks,

I'm trying to find an easy way to see all changes that have been committed 
since the version that is stored on my harddisk.

With CVS I used to make a copy of a branch, update one of them, and run diff 
locally afterwards. Complicated, but it works (the same still works with SVN 
of course).

Since Subversion provides a nice commandline tool, I tried using it and see if 
this is possible in an easier way:

So what I did first, was to find out the revision of my local working copy:

| mstucki at nb02:~/1/typo3_4-0$ svn info
| Pfad: .
| URL: https://svn.sourceforge.net/svnroot/typo3/TYPO3core/branches/TYPO3_4-0
| UUID des Projektarchivs: 709f56b5-9817-0410-a4d7-c38de5d9e867
| Revision: 1606
| Knotentyp: Verzeichnis
| Plan: normal
| Letzter Autor: masi
| Letzte geänderte Rev: 1603
| Letztes Änderungsdatum: 2006-07-06 12:23:00 +0200 (Don, 06 Jul 2006)

Fine, so we are using revision 1606, right? So let's make an update:

| mstucki at nb02:~/1/typo3_4-0$ svn up
| U    ChangeLog
| U    typo3/mod/user/ws/index.php
| Aktualisiert zu Revision 1615.

Fine, as you can see two files were updated, and the new revision is 1615.

At this point I would run "svn diff -r 1606". For this example I run "svn up" 
instead, just to show you which files are being changed:

| mstucki at nb02:~/1/typo3_4-0$ svn up -r 1606
| U    CVSreadme.txt
| U    ChangeLog
| U    t3lib/config_default.php
| U    t3lib/class.t3lib_timetrack.php
| U    t3lib/class.t3lib_flexformtools.php
| U    t3lib/class.t3lib_htmlmail.php
| U    t3lib/class.t3lib_page.php
| U    t3lib/class.t3lib_div.php
| U    t3lib/class.t3lib_tcemain.php
| U    typo3/mod/tools/em/class.em_xmlhandler.php
| U    typo3/mod/user/ws/index.php
| U    typo3/init.php
| U    typo3/sysext/cms/tslib/class.tslib_fe.php
| U    typo3/sysext/cms/tslib/class.tslib_content.php
| U    typo3/sysext/version/cm1/index.php
| U    typo3/sysext/version/locallang.xml
| U    typo3/sysext/css_styled_content/static/setup.txt
| U    typo3/sysext/install/mod/class.tx_install.php
| Aktualisiert zu Revision 1606.

Strange, isn't it? Why is the revision 1606 not the same like last time?

Additonally, have a look at the new "svn info" output:

| mstucki at nb02:~/1/typo3_4-0$ svn info
| Pfad: .
| URL: https://svn.sourceforge.net/svnroot/typo3/TYPO3core/branches/TYPO3_4-0
| UUID des Projektarchivs: 709f56b5-9817-0410-a4d7-c38de5d9e867
| Revision: 1606
| Knotentyp: Verzeichnis
| Plan: normal
| Letzter Autor: masi
| Letzte geänderte Rev: 1603
| Letztes Änderungsdatum: 2006-07-06 12:23:00 +0200 (Don, 06 Jul 2006)

Any help is appreciated.

Regards, michael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20060710/b66e0f4f/attachment.pgp 


More information about the TYPO3-team-core mailing list