Re: wget post-data purpose

2015-06-15 Thread Benjamin Todd
That works. Thanks for the suggestion. Ben On Monday, June 8, 2015 at 11:25:26 AM UTC-7, Daniel Beck wrote: > > Try uploading a file with the svnlook output first, and use that as > --post-file. > > On 08.06.2015, at 20:13, Benjamin Todd > wrote: > > > I'm

Re: wget post-data purpose

2015-06-08 Thread Benjamin Todd
ter. Do you check in files that > have newlines as part of the filename, and they get broken into multiple > lines? > > On 05.06.2015, at 20:24, Benjamin Todd > wrote: > > > When I run `svnlook changed --revision ${REV} ${REPO}`, it returns > something similar to th

Re: wget post-data purpose

2015-06-05 Thread Benjamin Todd
the subversion path of "path/to/new/file". Is that functionality using a new line as a delimiter or can Jenkins use a different delimiter? Thanks, Ben On Friday, June 5, 2015 at 1:36:36 AM UTC-7, Daniel Beck wrote: > > On 05.06.2015, at 01:14, Benjamin Todd > wrote: &g

wget post-data purpose

2015-06-04 Thread Benjamin Todd
Hi all, I'm trying to get a post commit working correctly and I'd like to understand more about the purpose of the --post-data option in the post-commit example as showin below: REPOS="$1" REV="$2" UUID=`svnlook uuid $REPOS` /usr/bin/wget \ --header "Content-Type:text/plain;charset=UTF-8" \