Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Issues with SVN keywords and SITE_METHOD = svn
@ 2021-08-19 18:26 Oscar Gomez Fuente
  2021-08-19 18:58 ` Vincent Fazio
  2021-08-19 20:13 ` Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Oscar Gomez Fuente @ 2021-08-19 18:26 UTC (permalink / raw)
  To: buildroot

Hi everyone,

I am updating my buildroot from 2020.08.2 to 2021.05.1 and I have
found a problem.

I have my own package created years ago with SITE_METHOD = svn. There
are some files in that repository with keyword substitution that with
buildroot 2020.08.2 works perfectly and the headers of the file is
downloads from the repository perfectly, as you can see:

! /usr/bin/python
# /**
#  * @file name.py
#  * @author  Oscar Gomez Fuente <ogomez@xxxx.xxx>
#  * @version $Rev: 161 $
#  * @date $Date: 2021-08-19 11:50:25 +0200 (jue, 19 ago 2021) $
#  * @section DESCRIPTION
....

But with buildroot 2021.05.1 doesn't work fine:

#! /usr/bin/python
# /**
#  * @file name.py
#  * @author  Oscar Gomez Fuente <ogomez@xxxx.xxx>
#  * @version $Rev$
#  * @date $Date$
#  * @section DESCRIPTION
...

I have check that my subversion is working propelrly in my computer,
so I donot knoe what to do, to know this Rev keyword is very important
for me due to the fact I use it for showing when I execute the
program.

Does anyone have any idea how to fix this issue?

Thanks.

Óscar Gómez Fuente
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-19 20:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-19 18:26 [Buildroot] Issues with SVN keywords and SITE_METHOD = svn Oscar Gomez Fuente
2021-08-19 18:58 ` Vincent Fazio
2021-08-19 19:30   ` Oscar Gomez Fuente
2021-08-19 20:13 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox