Re: cvs questions

2009-10-05 Thread solarflow99
On Mon, Oct 5, 2009 at 1:29 AM, Andrea Musuruane musur...@gmail.com wrote:

 On Sun, Oct 4, 2009 at 6:34 PM, solarflow99 solarflo...@gmail.com wrote:
  I just have a fairly simple question, i'm trying to use CVS and request a
  build in a new branch, and I tried everything:
 
  # cd build/dosemu/F-11
  [r...@localhost F-11]# ls
  ./  ../  branch  CVS/  .cvsignore  Makefile  sources
  [r...@localhost F-11]# export
  CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:/cvs/free
  [r...@localhost F-11]# export CVS_RSH=ssh
  [r...@localhost F-11]# make clog
  rpm: no arguments given for query
  rpm: no arguments given for query
 
 
  I just keep getting these no arguments errors

 Have you noticed that you haven't got a SPEC file in there?


I tried adding a spec file, and even changing it, and it still fails.  I
tried looking at all the examples I could find


Re: cvs questions

2009-10-05 Thread Andrea Musuruane
On Mon, Oct 5, 2009 at 8:12 AM, solarflow99 solarflo...@gmail.com wrote:
 I tried adding a spec file, and even changing it, and it still fails.  I
 tried looking at all the examples I could find

Please post the exact operatation you are doing, listing all the
directory you use.

Bye,

Andrea.


[Bug 15] Review Request: bsnes - SNES emulator focused on accuracy

2009-10-05 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=15





--- Comment #53 from Julian Sikorski beleg...@gmail.com  2009-10-05 10:56:04 
---
I'm still getting access denied when trying to update the free cvs.


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


[Bug 15] Review Request: bsnes - SNES emulator focused on accuracy

2009-10-05 Thread RPM Fusion Bugzilla
http://bugzilla.rpmfusion.org/show_bug.cgi?id=15





--- Comment #54 from Xavier Lamien lxt...@gmail.com  2009-10-05 12:19:24 ---
Acls updated.


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.


Re: cvs questions

2009-10-05 Thread Andrea Musuruane
On Mon, Oct 5, 2009 at 2:20 PM, solarflow99 solarflo...@gmail.com wrote:
 # ls
 ./  ../  branch  clog  CVS/  .cvsignore  dosemu.spec  Makefile  sources
 # export CVSROOT=:ext:solarflo...@cvs.rpmfusion.org:/cvs/free
 # export CVS_RSH=ssh

The two lines above are not needed after the first checkout.
Connection data is already in the CVS directory.

 # make clog
 * Sun Oct 3 2009 Justin Zygmont solarflow99[AT]gmail.com
 - 1.4.0-7.1981svn
 - updated the svn build, and changed ExclusiveArch to i686

Therefore make clog works.

 # cvs diff -u
 ? clog
 ? dosemu.spec

Dosemu.spec is not in the CVS archive (and clog but it is correct that
clog is not there).

You should add dosemu.spec with cvs add dosemu.spec.

 cvs diff: Diffing .
 # cvs commit -F clog
 cvs commit: Examining .

Since dosemu.spec is unknown to CVS you haven't commited anything.

 [r...@localhost F-11]# make tag
 cvs tag  -c dosemu-1_4_0-7_1981svn_fc11
 ? clog
 ? dosemu.spec
 ERROR: Tag dosemu-1_4_0-7_1981svn_fc11 has been already created.
 The following tags have been created so far
 dosemu-1_4_0-3_1905svn:F-10:solarflow99:1250698291
 dosemu-1_4_0-4_1905svn:F-10:solarflow99:1251140120
 dosemu-1_4_0-4_1905svn{?dist}:F-10:solarflow99:1251142813
 dosemu-1_4_0-4_1905svn{?dist}:F-10:solarflow99:1251143577
 dosemu-1_4_0-4_1905svn_fc10:F-10:solarflow99:1251216053
 dosemu-1_4_0-5_1905svn_fc10:F-10:solarflow99:1251338153
 dosemu-1_4_0-6_1905svn_fc10:F-10:solarflow99:1251399645
 dosemu-1_4_0-7_1981svn_fc11:F-11:solarflow99:1254588904
 cvs tag: Pre-tag check failed
 cvs [tag aborted]: correct the above errors first!
 make: *** [tag] Error 1

 # make build
 dosemu.spec not tagged with tag dosemu-1_4_0-7_1981svn_fc11
 make: *** [build-check] Error 1

Please also read:
http://rpmfusion.org/Contributors#head-014c352d2815a61a3a0583acc3819fc50bd1ade7

Bye,

Andrea.