Re: [Harbour] pack_src.sh

2008-01-08 Thread Przemyslaw Czerpak
On Sat, 22 Dec 2007, Tomaž Zupan wrote:
 Hi!
 There seems to be a problem with this script, because I aleays get empty 
 archive and thus make_rpm.sh script also fails. 
 Problem is in this line:
 for f in `sed -e '/^[ ]*name=..*$/ !d' -e 's/^[ ]*name=\(.*\)$/\1/g' 
 $d/entries`
 Because it never returns any result and thus --files-from $hb_flst is 
 always 
 empty. I am getting this on Mandriva 2008 and latest cvs.

If it's not bug in Mandriva SED then you probably
have repository with CRLF EOLs. How do you take it?
Can you send to me one of your entries files in binary
form (f.e. compressed by GZIP) to eliminate automatic
EOL conversion by mail programs?

BTW Can you also test this command in one of Harbour .svn directories:

sed -e '/^[ ]*name=..*[\r]*$/ !d' -e 's/^[ ]*name=\(.*\).*/\1/g' entries

best regards,
Przemek
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] pack_src.sh

2008-01-08 Thread Przemyslaw Czerpak
On Tue, 08 Jan 2008, Tomaž Zupan wrote:
 Dne torek 8. januarja 2008 je Przemyslaw Czerpak napisal(a):
  Thank you. Your SVN does not use XML for entries files.
  What is the number in your: .svn/format file?
 8

Try attached pack_src.sh

best regards,
Przemek


pack_src.sh
Description: Bourne shell script
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] pack_src.sh

2008-01-08 Thread Tomaž Zupan
Dne torek 8. januarja 2008 je Przemyslaw Czerpak napisal(a):
 Thank you. Your SVN does not use XML for entries files.
 What is the number in your: .svn/format file?


8

LP, Tomaž
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] pack_src.sh

2008-01-08 Thread Przemyslaw Czerpak
On Tue, 08 Jan 2008, Tomaž Zupan wrote:
 Sent to your private address.

Thank you. Your SVN does not use XML for entries files.
What is the number in your: .svn/format file?

best regards,
Przemek
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour


Re: [Harbour] pack_src.sh

2008-01-08 Thread Tomaž Zupan
Dne torek 8. januarja 2008 je Przemyslaw Czerpak napisal(a):

 Try attached pack_src.sh


it works!

LP, Tomaž
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour