> -----Original Message-----
> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
> Sent: Friday, March 08, 2013 2:42 PM
> To: cloudstack-dev@incubator.apache.org
> Cc: Chip Childers; Sanjay Tripathi; Alena Prokharchyk
> Subject: Re: master build is broken again
> 
> I wanted to make sure I understood this line properly:
> 
> "git clean -f" will clean up your workspace, in case there are temporary
> untracked files under your workspace.
> 
> What happens to your untracked files when you execute "git clean -f"?
>  They're not deleted, are they?  Or maybe that's the point of the -f option 
> (to
> delete such files)?

Yah, if "-f" is used, all the untracked files will be removed, so to be 
cautious when using this command. I will not be responsible for any damage when 
you run the command...:)


> 
> Thanks for clarifying!
> 
> 
> On Fri, Mar 8, 2013 at 3:35 PM, Min Chen <min.c...@citrix.com> wrote:
> 
> > Thanks for the tip, Chip and Edison.
> > Updated the wiki page
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Git#Git-
> Applypa
> > tches  for this topic so that others will not make such mistakes.
> >
> > -min
> >
> > On 3/8/13 2:28 PM, "Edison Su" <edison...@citrix.com> wrote:
> >
> > >"git clean -f" will clean up your workspace, in case there are
> > >temporary untracked files under your workspace.
> > >Always "git status" before "git push", to make sure all the files are
> > >checked in.
> > >But, anyway, this kind of error happens all the time, we'd better
> > >have a staging tree, just for checking in code and test.
> > >
> > >> -----Original Message-----
> > >> From: Min Chen [mailto:min.c...@citrix.com]
> > >> Sent: Friday, March 08, 2013 11:50 AM
> > >> To: cloudstack-dev@incubator.apache.org; Chip Childers
> > >> Cc: Sanjay Tripathi; Alena Prokharchyk
> > >> Subject: Re: master build is broken again
> > >>
> > >> Found the problem, it is my innocent mistake due to
> > >> misunderstanding git command. I used the following command to apply
> Sanjay's patch:
> > >>
> > >> git apply <patch>
> > >> git commit -as
> > >>
> > >> and thought that "git apply" will put those newly added files into
> > >>tracked files,  but it actually is not doing that. I still need to
> > >>manually run git add to add  those files. It compiled fine on my
> > >>workspace, since I have those added files.
> > >> Sorry for the inconvenience.
> > >>
> > >> Thanks
> > >> -min
> > >>
> > >> On 3/8/13 11:41 AM, "Min Chen" <min.c...@citrix.com> wrote:
> > >>
> > >> >I am investigating it, and I applied Sanjay's patch, and compiled
> > >> >fine in my machine. I will update within a minute.
> > >> >
> > >> >Thanks
> > >> >-min
> > >> >
> > >> >On 3/8/13 11:35 AM, "Chip Childers" <chip.child...@sungard.com>
> wrote:
> > >> >
> > >> >>On Sat, Mar 09, 2013 at 01:02:19AM +0530, Pranav Saxena wrote:
> > >> >>> This commit seems to be the culprit - Commit:
> > >> >>>
> > http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/5e
> > >> >>>4c2
> > >> >>>c
> > >> >>>8a
> > >> >>>
> > >> >>
> > >> >>It is.  I -1'd it, and reverted.
> > >> >>
> > >> >>>
> > >> >>> -----Original Message-----
> > >> >>> From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com]
> > >> >>> Sent: Saturday, March 09, 2013 12:55 AM
> > >> >>> To: cloudstack-dev@incubator.apache.org
> > >> >>> Subject: master build is broken again
> > >> >>>
> > >> >>> Master branch doesn't compile after fetching the latest code.
> > >> >>>Please fix whoever's commit caused it.
> > >> >>>
> > >> >>>
> > >> >>> mvn clean install -P developer,systemvm
> > >> >>>
> > >> >>>
> > >> >>> ERROR] Failed to execute goal
> > >> >>> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
> > >> >>> (default-compile) on project cloud-api: Compilation failure:
> > >> >>>Compilation
> > >> >>> failure:
> > >> >>> [ERROR]
> > >> >>>
> > >> >>>/Users/alena/cloudstack-
> > >> oss/api/src/com/cloud/server/ManagementServic
> > >> >>>e.j
> > >> >>>a
> > >> >>>va
> > >> >>> :[32,55] cannot find symbol
> > >> >>> [ERROR] symbol  : class ArchiveAlertsCmd [ERROR] location:
> > >> >>>package org.apache.cloudstack.api.command.admin.resource
> > >> >>> [ERROR]
> > >> >>>
> > >> >>>/Users/alena/cloudstack-
> > >> oss/api/src/com/cloud/server/ManagementServic
> > >> >>>e.j
> > >> >>>a
> > >> >>>va
> > >> >>> :[33,55] cannot find symbol
> > >> >>>
> > >> >>>
> > >> >
> > >
> >
> >
> 
> 
> --
> *Mike Tutkowski*
> *Senior CloudStack Developer, SolidFire Inc.*
> e: mike.tutkow...@solidfire.com
> o: 303.746.7302
> Advancing the way the world uses the
> cloud<http://solidfire.com/solution/overview/?video=play>
> *(tm)*

Reply via email to