Cool, thanks for verifying.  I deployed my change to the website and pushed my 
change to gruntFile.js

Dan Bress
Software Engineer
ONYX Consulting Services

________________________________________
From: Aldrin Piri <[email protected]>
Sent: Sunday, June 14, 2015 5:51 PM
To: [email protected]
Subject: Re: Deploying a new website

Interesting. Maybe an OS specific thing is causing the hiccups?  It has
been working okay in OS X (which Matt also runs).

I made the update you listed and didn't notice any ill effects, so it seems
like it should be okay.

On Sun, Jun 14, 2015 at 11:34 Dan Bress <[email protected]> wrote:

> Matt/Aldrin,
>    I think the issue might be with this [1] line.
>
>    Currently it is js: ['dist/js/']
>
>     which is removing the whole js directory(for me on windows 7), where
> as i think you just want to remove the contents of the directory in order
> to preserve the .svn info?
>
>   So I think it should be js: ['dist/js/*']
>
>   When I do a trial run with diff I do not get the error I was getting
> before, so I'm thinking this is the issue(for me at least).  Can you guys
> comment on whether this change is reasonable or not?
>
>
>
> https://github.com/apache/incubator-nifi/blob/develop/nifi-site/Gruntfile.js#L16
>
>
> Dan Bress
> Software Engineer
> ONYX Consulting Services
>
> ________________________________________
> From: Dan Bress <[email protected]>
> Sent: Sunday, June 14, 2015 10:12 AM
> To: [email protected]
> Subject: Re: Deploying a new website
>
> Aldrin,
>    Thanks, I removed the dist dir then did a diff and it showed me the
> text I added, and then this:
>
>    >> svn: Directory 'js\.svn' containing working copy admin area is
> missing
> >> Exited with code: 1.
> Warning: Task "exec:diff" failed. Use --force to continue.
>
> Aborted due to warnings.
>
> I cleaned and deployed and got the same error
>
> Running "exec:add" (exec) task
> >> svn: Directory 'js\.svn' containing working copy admin area is missing
> >> Exited with code: 1.
> Warning: Task "exec:add" failed. Use --force to continue.
>
> Aborted due to warnings.
>
> I'm running svn 1.6.6
>
> Anything else to try?
>
> Dan Bress
> Software Engineer
> ONYX Consulting Services
>
> ________________________________________
> From: Aldrin Piri <[email protected]>
> Sent: Saturday, June 13, 2015 4:46 PM
> To: [email protected]
> Subject: Re: Deploying a new website
>
> Dan,
>
> Your error looks like your SVN checkout was corrupted and the marker .svn
> directory somehow was removed.  I just did an update without issue using
> the grunt deploy method listed in the readme.
>
> My SVN skills have atrophied, but it seems as though SVN believes that the
> associated .svn marker directory got lost in the process.  Have you tried
> removing your dist directory and retrying?  When you were running the
> deploy, what did the diff present you with as far as changes?
>
> For some further bits of information, what operating system are you doing
> this on and what version of grunt (grunt --version) are you using?
>
> On Sat, Jun 13, 2015 at 8:37 AM, Dan Bress <[email protected]>
> wrote:
>
> > Thanks Aldrin,
> >    Gave this another shot this morning.  I did the following steps
> >
> >    1) modified nifi-site/src/pages/html/people.hbs, then committed and
> > pushed it
> >    2) ran grunt
> >    3) grunt deploy
> >    4) selected commit
> >
> > I get this error message.
> >  Running "exec:add" (exec) task
> > >> svn: Directory 'js\.svn' containing working copy admin area is missing
> > >> Exited with code: 1.
> > Warning: Task "exec:add" failed. Use --force to continue.
> >
> > Aborted due to warnings.
> >
> > What am I doing wrong?
> >
> > Thanks!
> > Dan Bress
> > Software Engineer
> > ONYX Consulting Services
> >
> > ________________________________________
> > From: Aldrin Piri <[email protected]>
> > Sent: Thursday, June 11, 2015 10:52 PM
> > To: [email protected]
> > Subject: Re: Deploying a new website
> >
> > Dan,
> >
> > It should be okay.  As mentioned in the tickets that are being worked
> > concerning the generated documentation, the means by which it is included
> > on the site is a temporary one until a better process can be devised.
> Each
> > of the items in question are iframes to the resources that were manually
> > placed in the repository.
> >
> > On Thu, Jun 11, 2015 at 6:33 PM, Dan Bress <[email protected]>
> > wrote:
> >
> > > Matt / Aldrin / website people,
> > >
> > >    I am following the instructions here [1] for how to update/deploy
> the
> > > Apache NiFi website.  I've run "grunt dev" and can see the website, but
> > the
> > > "developer's guide" and "NiFi Docs" links do not work locally.  Is
> this a
> > > problem?  Should this prevent me from deploying my changes?
> > >
> > >
> > > Dan Bress
> > > Software Engineer
> > > ONYX Consulting Services
> > >
> >

Reply via email to