Re: [ptxdist] get SVN folder ( without .tar extension)

2017-04-07 Thread Guillermo Rodriguez Garcia
2017-04-06 13:55 GMT+02:00 Roland Hieber : > PACKAGES-$(PTXCONF_YOURPACKAGE) += yourpackage > YOURPACKAGE_URL = svn://your-server/your-repostitory;ref=20 > > (Unfortunately, I can't test it, I didn't find any SVN repos on the web) > > In the background, ptxdist will

Re: [ptxdist] get SVN folder ( without .tar extension)

2017-04-06 Thread Roland Hieber
On 06.04.2017 13:55, Roland Hieber wrote: > YOURPACKAGE_URL = svn://your-server/your-repostitory;ref=20 Mistakes influenced by the Git terminology… Sorry, this should have been "rev=", not "ref=". - Roland ___ ptxdist mailing list

Re: [ptxdist] get SVN folder ( without .tar extension)

2017-04-06 Thread Roland Hieber
Hi, First, please start a new thread for each new topic instead of replying to another mail, so that threads don't get lost. :) Judging from the (still undocumented parts of the) ptxdist code, you should be able to put svn:// urls directly into YOURPACKAGE_URL variable in the Makefile. That URL

[ptxdist] get SVN folder ( without .tar extension)

2017-04-06 Thread Pedro Lafuente
Hello there, I know that since ptxdist-2013.08 it is possible to get svn projects without .tar extension (project folder). Any idea how to integrate that in the makefile from a new package? Much appreciated for your help. Regards, Pedro ___