[opensuse-buildservice] not an osc working copy
All, I'm a newbie trying to follow the tutorial. http://en.opensuse.org/Build_Service_Tutorial#Step_Two_-_Create_.26_Upload_p... I created my package via "osc meta pkg -e home:gregfreemyer open2300" And I can see the package at the website. I then try the next command "osc up" and I get the not a working copy error.
osc up Error: "/home/gaf/weather-station/src/open2300" is not an osc working copy.
I get the same thing if I assume that worked and try to upload some files:
osc add *.c Error: "/home/gaf/weather-station/src/open2300" is not an osc working copy.
Not surprisingly, the same for :osc commit"
osc commit Error: "/home/gaf/weather-station/src/open2300" is not an osc working copy.
What step am I missing? Thanks Greg -- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
All, I got it working for me by doing "osc co home:gregfreemyer open2300" instead of "osc up". If I knew was I was doing, I would update the tutorial, but I just know that it worked for me. Greg On Sun, Mar 29, 2009 at 6:50 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
All,
I'm a newbie trying to follow the tutorial.
http://en.opensuse.org/Build_Service_Tutorial#Step_Two_-_Create_.26_Upload_p...
I created my package via "osc meta pkg -e home:gregfreemyer open2300"
And I can see the package at the website.
I then try the next command "osc up" and I get the not a working copy error.
osc up Error: "/home/gaf/weather-station/src/open2300" is not an osc working copy.
I get the same thing if I assume that worked and try to upload some files:
osc add *.c Error: "/home/gaf/weather-station/src/open2300" is not an osc working copy.
Not surprisingly, the same for :osc commit"
osc commit Error: "/home/gaf/weather-station/src/open2300" is not an osc working copy.
What step am I missing?
Thanks Greg -- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf
The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com
-- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On 2009-03-29 19:34:28 -0400, Greg Freemyer wrote:
I got it working for me by doing "osc co home:gregfreemyer open2300" instead of "osc up".
It seems that you skipped step 1 (http://en.opensuse.org/Build_Service_Tutorial#Step_One_-_Login). But it probably doesn't hurt if you explicitly state in step 2 that one has to cd into the newly checked out project dir before he/she runs "osc up".
If I knew was I was doing, I would update the tutorial, but I just know that it worked for me.
It's a wiki - feel free to update it:) Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Ah, I think I see, So the tutorial should be more like Step 1 (Login and one time Local Project setup): Step 1.1 Whenever you want to interact via the web, login to site and navigate to your home project. You will need to do this each time you want to use the web to interact with your project. Step 1.2 If you are ever going to interact with your project via CLI, then you must install the software tools and create your local working directory. This is a one time event per project(?) that you will not need to repeat (unless create a new project). My lack of clarity keeps me from updating the wiki. Also, the website is responding so slowly I'm not sure it can even be done right now. Thanks Greg On Sun, Mar 29, 2009 at 7:54 PM, Marcus Hüwe <suse-tux@gmx.de> wrote:
On 2009-03-29 19:34:28 -0400, Greg Freemyer wrote:
I got it working for me by doing "osc co home:gregfreemyer open2300" instead of "osc up".
It seems that you skipped step 1 (http://en.opensuse.org/Build_Service_Tutorial#Step_One_-_Login). But it probably doesn't hurt if you explicitly state in step 2 that one has to cd into the newly checked out project dir before he/she runs "osc up".
If I knew was I was doing, I would update the tutorial, but I just know that it worked for me.
It's a wiki - feel free to update it:)
Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Okay, I significantly edited step 1. http://en.opensuse.org/Build_Service/Tutorial#Step_One_-_Login_and_one_time_... I believe I have it right, but I am definitely new to the OBS. Greg On Sun, Mar 29, 2009 at 9:37 PM, Greg Freemyer <greg.freemyer@gmail.com> wrote:
Ah, I think I see,
So the tutorial should be more like
Step 1 (Login and one time Local Project setup):
Step 1.1 Whenever you want to interact via the web, login to site and navigate to your home project. You will need to do this each time you want to use the web to interact with your project.
Step 1.2 If you are ever going to interact with your project via CLI, then you must install the software tools and create your local working directory. This is a one time event per project(?) that you will not need to repeat (unless create a new project).
My lack of clarity keeps me from updating the wiki. Also, the website is responding so slowly I'm not sure it can even be done right now.
Thanks Greg
On Sun, Mar 29, 2009 at 7:54 PM, Marcus Hüwe <suse-tux@gmx.de> wrote:
On 2009-03-29 19:34:28 -0400, Greg Freemyer wrote:
I got it working for me by doing "osc co home:gregfreemyer open2300" instead of "osc up".
It seems that you skipped step 1 (http://en.opensuse.org/Build_Service_Tutorial#Step_One_-_Login). But it probably doesn't hurt if you explicitly state in step 2 that one has to cd into the newly checked out project dir before he/she runs "osc up".
If I knew was I was doing, I would update the tutorial, but I just know that it worked for me.
It's a wiki - feel free to update it:)
Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf
The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com
-- Greg Freemyer Head of EDD Tape Extraction and Processing team Litigation Triage Solutions Specialist http://www.linkedin.com/in/gregfreemyer First 99 Days Litigation White Paper - http://www.norcrossgroup.com/forms/whitepapers/99%20Days%20whitepaper.pdf The Norcross Group The Intersection of Evidence & Technology http://www.norcrossgroup.com -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Greg Freemyer
-
Marcus Hüwe