Hi, Can you share what you did with me, I look for the same think you describe in your post, send just changed files in svn! Thank you in advance :)
On Tuesday, June 12, 2012 8:46:40 PM UTC+1, Eduardo Rodrigues wrote: > > Rob, > > Your answer make me think in oder possibilities.Thank you > > Roy > > 2012/6/12 Mandeville, Rob <[email protected] <javascript:>> > >> That's an odd mode, I don't think Jenkins would support this. >> >> I'm guessing that the problem is that svn isn't running on the machine >> you want the files on. I'm in a unix shop, so I can handle this with a >> command called rsync. The rsync algorithm automagically figures out what >> changed and only transfers that. >> >> If that's not an option, make a job based on svn that gets a list of >> files younger than a certain time (such as the last time it was run), >> archive those files, and use the FTP publisher plugin. >> >> Of course, this is all off the top of my head, so don't bet the company >> on this without doing some serious testing. I've found from hard >> experience that pushing out deltas rather than replacing the whole tree is >> dangerous. Sure, it can handle changes to individual files, but what about >> new files, files that have been deleted from the source tree, or (my >> un-favorite) renamed files? >> >> --Rob >> >> -----Original Message----- >> From: [email protected] <javascript:> [mailto: >> [email protected] <javascript:>] On Behalf Of Roy >> Sent: Tuesday, June 12, 2012 2:31 PM >> To: Jenkins Users >> Subject: Re: Send over ftp only changed scm files >> >> I have jenkins installed in a server and create a job that every commit >> in svn I want to send changed files over ftp, Maybe what i need is some >> plugin that copy svn changed files to a temp dir after that I can send this >> files over ftp. >> Now can you understand? >> >> Thank you >> Roy >> >> On Jun 12, 3:16 pm, "Brian J. Murrell" <[email protected]> wrote: >> > On 12-06-12 02:10 PM, Roy wrote: >> > >> > > There are some way to do that? >> > >> > > I'm trying to do find some plugin or solution since yesterday. >> > > Can someone help me? >> > >> > I don't know about anyone else but I don't think I really understand >> > what it is you want. >> > >> > b. >> > >> > signature.asc >> > < 1KViewDownload >> >> The information in this message is for the intended recipient(s) only and >> may be the proprietary and/or confidential property of Litle & Co., LLC, >> and thus protected from disclosure. If you are not the intended >> recipient(s), or an employee or agent responsible for delivering this >> message to the intended recipient, you are hereby notified that any use, >> dissemination, distribution or copying of this communication is prohibited. >> If you have received this communication in error, please notify Litle & Co. >> immediately by replying to this message and then promptly deleting it and >> your reply permanently from your computer. >> > > > > -- > [image: DigitalBox.cc] *Eduardo Rodrigues Gomes(Roy)* > *+55 11 8434-9021* > *+55 11 2385-0560* > [email protected] <javascript:> > http://www.digitalbox.cc > > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
