Re: [PATCH v2] t/Makefile: add a rule to re-run previously-failed tests

2016-09-01 Thread Sverre Rabbelier
On Thu, Sep 1, 2016 at 1:27 AM, Johannes Schindelin
<johannes.schinde...@gmx.de> wrote:
> On Wed, 31 Aug 2016, Sverre Rabbelier wrote:
>> On Wed, Aug 31, 2016 at 3:36 AM Johannes Schindelin
>> <johannes.schinde...@gmx.de> wrote:
>> > On Tue, 30 Aug 2016, Junio C Hamano wrote:
>> > > Jeff King <p...@peff.net> writes:
>> > > > Hmm, interesting. Your approach seems reasonable, but I have to wonder
>> > > > if writing the pid in the first place is sane.
>> > > >
>> > > > I started to write up my reasoning in this email, but realized it was
>> > > > rapidly becoming the content of a commit message. So here is that
>> > > > commit.
>> > >
>> > > Sounds sensible; if this makes Dscho's "which ones failed in the
>> > > previous run" simpler, that is even better ;-)
>> >
>> > I did not have the time to dig further before now. There must have been a
>> > good reason why we append the PID.
>> >
>> > Sverre, you added that code in 2d84e9f (Modify test-lib.sh to output stats
>> > to t/test-results/*, 2008-06-08): any idea why the - suffix was
>> > needed?
>>
>> I can't really recall, but I think it may have been related to me
>> doing something like this:
>> 1. Make a change, and start running tests (this takes a long time)
>> 2. Notice a failure, start fixing it, leave tests running to find
>> further failures
>> 3. Finish fix, first tests are still running, start another run in a
>> new terminal (possibly of just the one failed test I was fixing) to
>> see if the fix worked.
>>
>> Without the pid, the second run would clobber the results from the first run.
>>
>>
>> If only past-me was more rigorous about writing good commit messages :P.
>
> :-)
>
> Would present-you disagree with stripping off the - suffix, based on
> your recollections?

No objections, I think it should be fine. If anyone uncovers a
particularly compelling reason later on, it's only a commit away :).

-- 
Cheers,

Sverre Rabbelier


Re: [PATCH v2] t/Makefile: add a rule to re-run previously-failed tests

2016-08-31 Thread Sverre Rabbelier
On Wed, Aug 31, 2016 at 3:36 AM Johannes Schindelin
 wrote:
> On Tue, 30 Aug 2016, Junio C Hamano wrote:
> > Jeff King  writes:
> > > Hmm, interesting. Your approach seems reasonable, but I have to wonder
> > > if writing the pid in the first place is sane.
> > >
> > > I started to write up my reasoning in this email, but realized it was
> > > rapidly becoming the content of a commit message. So here is that
> > > commit.
> >
> > Sounds sensible; if this makes Dscho's "which ones failed in the
> > previous run" simpler, that is even better ;-)
>
> I did not have the time to dig further before now. There must have been a
> good reason why we append the PID.
>
> Sverre, you added that code in 2d84e9f (Modify test-lib.sh to output stats
> to t/test-results/*, 2008-06-08): any idea why the - suffix was
> needed?

I can't really recall, but I think it may have been related to me
doing something like this:
1. Make a change, and start running tests (this takes a long time)
2. Notice a failure, start fixing it, leave tests running to find
further failures
3. Finish fix, first tests are still running, start another run in a
new terminal (possibly of just the one failed test I was fixing) to
see if the fix worked.

Without the pid, the second run would clobber the results from the first run.


If only past-me was more rigorous about writing good commit messages :P.


git am oddity

2014-03-31 Thread Sverre Rabbelier
Hi,

I noticed something very odd with git am, and have been able to narrow
it down to a minimal example.

 git init tmp
 cd tmp
 mkdir -p foo/bar/baz
 cd foo/bar/baz
 echo file  file
 git add file
 git commit -m 1
 echo other  other
 echo more  file
 git add file other
 git commit -m my test
 git format-patch HEAD~..
 git reset --hard HEAD~
 # apply the patch in the current directory, chop off the leading directories
 git am -3 -p 3 0001-my-test.patch
 cd ../../..
 git ls-files

Expected output:
foo/bar/baz/file
foo/bar/baz/other

Actual output:
baz/other # the file addition was applied to the root of the
repository, instead of the current directory
foo/bar/baz/file # the file modification was correctly applied, yay

Is this expected behavior?

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: git am oddity

2014-03-31 Thread Sverre Rabbelier
On Mon, Mar 31, 2014 at 3:15 PM, Junio C Hamano gits...@pobox.com wrote:
 As you are doing -3 (not the -p3), it would have:

  * noticed that the patch is trying to update baz/file;

  * noticed that there is no baz/file but it could salvage the
patch by doing a three-way merge, in case that the patch was
prepared against a tree that moved path foo/bar/baz to baz;
and

  * such a three-way merge succeeds cleanly for a path whose movement
was detected correctly.

 So it does not look odd at all to me (the use of -p 3 does look
 odd, but I know this is an effort to come up with a minimum example,
 so it is understandable that it may look contribed ;-).

Ah, we were thinking that 'git am' (when run from a subdirectory),
would apply the patches from the current directory. So the right
solution was to instead do:

$  git am --directory=foo/bar/baz -p 3 0001-my-test.patch

Thank you,

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: blank youtube embeds redux

2013-10-11 Thread Sverre Rabbelier
If this was caused by non-https embeds being blocked, this is fixed now.


On Wed, Oct 9, 2013 at 8:21 AM, nicolas.jacc...@gmail.com wrote:

 Any update on this? I am the same issue (
 https://code.google.com/p/phantast/wiki/FIJIPlugin).

 Nicolas


 On Tuesday, September 3, 2013 9:36:02 PM UTC+1, jo...@pracplay.com wrote:


 I reported this problem a couple of weeks ago, but never saw it posted.

 It started working again, but now I'm seeing it again so reposting.

 on main page of 
 https://code.google.com/p/**tradelink/https://code.google.com/p/tradelink/

 we have 3 youtube videos embedded using wiki video tag.

 on about 50% of the machines we test, the youtube embeds stop working
 (see screenshot).   they stop both in incognito and regular browsing, and
 they don't work even if you clear cookies and cache.

 some machines continue to work  as i said it happened two weeks ago
 but went away.   just looking for what might be causing this

 -josh

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: android-x86 Group Hosting Pirated Copies of Google Experience, Libhoudini.so

2013-10-11 Thread Sverre Rabbelier
Doomed for file hosting without source code.


On Tue, Sep 24, 2013 at 10:51 AM, anandroidd...@yahoo.com wrote:

 I believe this is the correct place to post Google Code project hosting
 TOS violations, and discuss them to explore if they are indeed violations.

 The rest of your points are irrelevant as they are simply inflammatory,
 and only delay Google's review of this thread.


 On Tuesday, September 24, 2013 9:34:23 AM UTC-7, anatoly techtonik wrote:

 On Monday, September 16, 2013 4:16:36 PM UTC+3, anandr...@yahoo.comwrote:


 Entering week three of this ticket... seems considerably longer than the
 standard response time.


 Because you're doing it in wrong place, lawyer.

 Just wanted to make sure this was being filed in the right place and that
 it didn't get lost in the mix. Would appreciate some answer or pointer in
 the right direction to get this cleared up. Again, if *android-x86* is
 allowed to host these files, I'd love for that to be permitted... I just
 can't see how.


 Don't lie. Admit it - you don't want guys to host these files. You will
 not be happy to know that they have an exclusive permission, even if they
 didn't tell you.

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Account banned at Google Code

2013-10-11 Thread Sverre Rabbelier
You were banned for flv/swf/mp4 hosting in downloads in project bigsync.


On Wed, Oct 2, 2013 at 2:44 AM, Egor Egorov egor.ego...@gmail.com wrote:

 Hello.

 My account is banned at Google Code. My repository (bigsync) is deleted. I
 wonder what have I done wrong...

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: about the Access Not Allowed

2013-10-11 Thread Sverre Rabbelier
You were banned for malware hosting in project lintx.


On Mon, Sep 30, 2013 at 4:11 AM, lintx@gmail.com wrote:

 Because my English is very bad, so I used Google Translate to write this
 post.
 Sorry, the above reasons, it did not fully understand the terms of the
 Google code, I set up a group called down project to store some personal
 files.
 Now, I already know that Google code only store open source project source
 files, I'm sorry,please delete my down project, and I promise not to use
 Google code stored non-open source project files.
 Can lifted my Google code account, so that I could manage ngaplug
 project? Thanks!

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: SHOULDN'T BE BANNED????

2013-10-11 Thread Sverre Rabbelier
Banned, thanks.


On Mon, Sep 30, 2013 at 8:28 PM, teeem...@gmail.com wrote:

 These project don't provide soure code. And its provide  something that
 have nothing to do with the project.

 https://code.google.com/p/smartbanana/

 https://code.google.com/p/smartbanana-bak/

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: android-x86 Group Hosting Pirated Copies of Google Experience, Libhoudini.so

2013-10-11 Thread Sverre Rabbelier
Ah, my bad, they have a source link in the External links section. Project
restored.


On Fri, Oct 11, 2013 at 11:58 AM, Sverre Rabbelier srabbel...@google.comwrote:

 Doomed for file hosting without source code.


 On Tue, Sep 24, 2013 at 10:51 AM, anandroidd...@yahoo.com wrote:

 I believe this is the correct place to post Google Code project hosting
 TOS violations, and discuss them to explore if they are indeed violations.

 The rest of your points are irrelevant as they are simply inflammatory,
 and only delay Google's review of this thread.


 On Tuesday, September 24, 2013 9:34:23 AM UTC-7, anatoly techtonik wrote:

 On Monday, September 16, 2013 4:16:36 PM UTC+3, anandr...@yahoo.comwrote:


 Entering week three of this ticket... seems considerably longer than
 the standard response time.


 Because you're doing it in wrong place, lawyer.

 Just wanted to make sure this was being filed in the right place and
 that it didn't get lost in the mix. Would appreciate some answer or pointer
 in the right direction to get this cleared up. Again, if *android-x86*is 
 allowed to host these files, I'd love for that to be permitted... I just
 can't see how.


 Don't lie. Admit it - you don't want guys to host these files. You will
 not be happy to know that they have an exclusive permission, even if they
 didn't tell you.

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com
 .
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Clone link

2013-10-11 Thread Sverre Rabbelier
Clone links should be restored.


On Tue, Sep 24, 2013 at 1:59 PM, Atif Aziz aziza...@gmail.com wrote:

 I have the same problem across all my projects  I have a hunch that the
 impact is global. There's been no public 
 announcementhttp://code.google.com/p/support/wiki/WhatsNew (to
 my knowledge) and what surprises me even more is that there aren't more
 people screaming about server-side cloning disappearing into thin air
 without notice.

 You might want to star issue 
 #30989https://code.google.com/p/support/issues/detail?id=30989 in
 the hope that it gets some attention.

 As a workaround, I've cloned some of my repos to BitBucket but continue to
 manage the projects on Google Code in the hope that this is a temporary
 glitch that will be addressed soon and then I can just sync back.


 On Fri, Sep 20, 2013 at 6:18 AM, markus.jun...@gmail.com wrote:

 I have the same issue on my project. Any public announcement on that? Is
 this clone feature globally disabled. That would be a real show stopper for
 hosting the project at Google code and a good reason to move to github.

 Regards,
 Markus

 On Friday, August 30, 2013 6:00:48 PM UTC+9, Jan-Willem Spuij wrote:

 It seems that the clone link has disappeared from the source pages. The
 page is still accessible through an URL like:

 https://code.google.com/p/**project name/source/clones

 Is this only happening to my account or is this a global issue? Anyway,
 it makes finding clones and cloning way more difficult.

 Regards,

 Jan-Willem Spuij

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Project Hosting on Google Code group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-code-hosting/Swl7ZRKJeQ4/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-code-hosting+unsubscr...@googlegroups.com.

 To post to this group, send email to google-code-hosting@googlegroups.com
 .
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Reporting spam project

2013-10-11 Thread Sverre Rabbelier
Banned, thanks.


On Wed, Oct 9, 2013 at 11:35 PM, cubic.arc...@gmail.com wrote:

 http://code.google.com/p/osttopstconverter/

 Used for forum spam just now; project page advertises commercial software
 and contains no code.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Abuse Code Report

2013-10-11 Thread Sverre Rabbelier
Banned, thanks.


On Fri, Oct 11, 2013 at 1:57 AM, ايمن معدل فرخ gin...@gmail.com wrote:

 Dear Sir Or Madam
 I'd like to report abuse of Google Code.


 all of them hosting similar malware.


   
 https://waelhagag.googlecode.com/svn/wiki/overall.jshttps://waelhagag.googlecode.com/svn/wiki/overall.js


 which seems like abusing Google Code.

 Please Check it out

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [SVN] Cannot Commit. Cannot Update Wiki.

2013-10-11 Thread Sverre Rabbelier
Are you still seeing this?


On Thu, Oct 10, 2013 at 9:58 AM, libra...@gmail.com wrote:

 In advance, I have been searching around for related errors to try and
 solve this myself, but nothing I do seems to help. Nothing is locked. SVN
 cleanup doesn't seem to help. There doesn't seem to be any indication that
 there's anything out of the ordinary on my side and other repos I interact
 with work fine.

 For the last few days (after a brief internet outage) I have not been able
 to commit changes to one of my repos.

 Commit attempts come back with the Temporarily Unavailable error, though
 it has been several days now, not so temporary :(

 I also cannot change the wiki. Any changes to the wiki come back with a
 collision error.

 I am the only one on the project and have made no other changes to the
 wiki or the project, basically, there should be nothing interfering with it.

 My other repos work fine (I can update/commit/etc).

 repo with issue:

 https://code.google.com/p/project-adv/

 Any help would be great! Thanks in advance (:

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: the Revision is R11?

2013-10-11 Thread Sverre Rabbelier
Seems to be fixed now.


On Thu, Oct 10, 2013 at 6:37 PM, lintx.j...@gmail.com wrote:

 https://code.google.com/p/ngaplugins/source/list   is R13
 http://ngaplugins.googlecode.com/svn/trunk/   is R11

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Project using Google Code as hosting without any plans to actually be open source, copyright infringement

2013-10-11 Thread Sverre Rabbelier
Banned, thanks.


On Wed, Oct 9, 2013 at 10:15 PM, colli...@vt.edu wrote:

 I believe this violates the ToS:
 https://code.google.com/p/mca64launcher/

 Zero plans to put up source, license marked as Other open source (aka
 not open source at all). The zip files linked to also contain copyrighted
 material (patch_rt.mpq and Plugins/Sounds/SIREN.wav, both owned by Blizzard
 Entertainment)

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Google Code Abuse

2013-10-11 Thread Sverre Rabbelier
Banned, thanks.


On Fri, Oct 11, 2013 at 1:54 AM, gin...@gmail.com wrote:

 Dear Sir Or Madam
 I'd like to report abuse of Google Code.


 all of them hosting similar malware.


   
 https://waelhagag.googlecode.com/svn/wiki/overall.jshttps://waelhagag.googlecode.com/svn/wiki/overall.js


 which seems like abusing Google Code.

 Please Check it out

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can not commit to project jet-0003-dfomin-kveselov

2013-10-11 Thread Sverre Rabbelier
This project was marked for deletion.


On Thu, Oct 10, 2013 at 10:27 AM, fomin.dmi...@gmail.com wrote:

 Can not commit changes to my project  jet-0003-dfomin-kveselov

 Error message in eclipse is:

 Some of selected resources were not committed.
 Some of selected resources were not committed.
 svn: E135006: Commit failed (details follow):

 svn: E135006: Commit failed (details follow):
 svn: E135006: Temporarily unavailable
 svn: E175002: MKACTIVITY of
 '/svn/!svn/act/814467a3-4101-0010-994b-31b423b2b415': 500 Internal Server
 Error (https://jet-0003-dfomin-kveselov.googlecode.com)

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Malware detected on projects chobbb555, diangucvn

2013-10-11 Thread Sverre Rabbelier
All banned, thanks.


On Fri, Oct 11, 2013 at 6:59 AM, cauchutra.i...@gmail.com wrote:

 Project: onehitcf

 URL: 
 https://vltk123.googlecode.**com/svn/trunk/CheTaoBachHo.comhttps://vltk123.googlecode.com/svn/trunk/CheTaoBachHo.com

 Detection name: multiple threats,a variant of Win32/Packed.VMProtect.AAU
 trojan,Win32/Spy.SCKeyLog.O trojan

 Date Seen: 2012-06-06

 SHA1: 536d85c5302f1e34af48fa1dd35503**037ea927d8

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Account banned at Google Code

2013-10-11 Thread Sverre Rabbelier
Seems to have been a false positive. I've unbanned the project and your
account.


On Fri, Oct 11, 2013 at 12:38 PM, Egor Egorov egor.ego...@gmail.com wrote:


 Thank you for the answer.

 I don't remember hosting flv/swf/mp4 in downloads. These kind of files
 have nothing to do with the tool itself (it's now at
 https://github.com/egorFiNE/bigsync - see it's description), and I'm not
 a flash developer so I have no swf files around. mp4 is something I don't
 use neither... Also, I develop on macs and linuxes only so I don't think
 any malware could have access to my account directly. Also I actually read
 the activity report that Google sends me by email.

 Should I be concerned and maybe review all apps that could have access to
 my Google account?

 Also, can my account be restored at Google Code?

 Thanks.

 On Friday, October 11, 2013 10:27:13 PM UTC+3, Sverre Rabbelier wrote:

 You were banned for flv/swf/mp4 hosting in downloads in project bigsync.


 On Wed, Oct 2, 2013 at 2:44 AM, Egor Egorov egor@gmail.com wrote:

 Hello.

 My account is banned at Google Code. My repository (bigsync) is deleted.
 I wonder what have I done wrong...


  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Can't commit since 5 days!!

2013-10-11 Thread Sverre Rabbelier
We are currently investigating these svn issues, apologies for the
inconvenience.


On Fri, Oct 11, 2013 at 2:23 PM, Beat Keller beat.kel...@btxtech.comwrote:

 Hi Google

 I can not commit since last Monday (5 days!).

 We have two SVN repositories where the commit is failing
 Code: https://code.google.com/p/controltheland/
 Graphics:  https://code.google.com/p/razarion-graphics/

 I have tries this on different computer with both projects. Commit does
 not work.

 There are lots of other posts with the same problem in this forum.
 Something has changed on the google-code site.
 Please let us know, if we did something wrong. If we can not commit, we
 can not proceed with our project.

 Kind regards

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [PATCH] git_remote_helpers: remove little used Python library

2013-09-07 Thread Sverre Rabbelier
On Sat, Sep 7, 2013 at 6:19 PM, John Keeping j...@keeping.me.uk wrote:
 When it was originally added, the git_remote_helpers library was used as
 part of the tests of the remote-helper interface, but since commit
 fc407f9 (Add new simplified git-remote-testgit, 2012-11-28) a simple
 shell script is used for this.

Acked-by: Sverre Rabbelier srabbel...@gmail.com

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Google Code Access

2013-08-01 Thread Sverre Rabbelier
I've unbanned your account. Please make sure to use Google Code only for
collaborative source code hosting :)


On Thu, Aug 1, 2013 at 12:13 PM, 001.m...@gmail.com wrote:

 Hello?  Can I get an answer?  This project did not contain malware it was
 source code!


 On Sunday, June 16, 2013 8:58:47 AM UTC-5, Mail Delivery Subsystem wrote:

 What happened?

 You are not allowed to access this service.???



 why not ?

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re:

2013-07-19 Thread Sverre Rabbelier
Hello,

Your account was banned due to abuse. Google Code is for open-source
project collaboration and not general file hosting.

Your project xemphim18hotcom was used to host porn site assets.

Cheers,



On Thu, Jul 18, 2013 at 9:48 PM, vtnguyen157 vtnguyen...@gmail.com wrote:

 I am not allowed to access my googlecode account. Help me! Help me!

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Unable to upload files into new project via Git.

2013-07-18 Thread Sverre Rabbelier
Do you get this error everytime you try to push? Is your repository
particularly large?

On Thu, Jul 18, 2013 at 2:11 PM, w.max.alexan...@gmail.com wrote:

 I've just opened a new project listing http://code.google.com/p/dlaware/and 
 am attempting to upload files via git; cloning into the repository
 works fine (gives a warning about cloning into an empty repo, as would be
 expected) but when I attempt to push a commit I get an error:

 max@SoutheastCorner:~/dlaware$ git push
 error: The requested URL returned error: 500 Internal Server Error while
 accessing
 https://max.alexan...@code.google.com/p/dlaware/info/refs?service=git-receive-pack
 fatal: HTTP request failed

 Am I missing something?  Is there a way around this?

 Thanks,
 -Max.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Please delete orphaned Google Code repository

2013-07-18 Thread Sverre Rabbelier
I have made you owner.


On Thu, Jul 18, 2013 at 12:32 AM, skreutzer...@googlemail.com wrote:

 Hello,

 could you please delete http://code.google.com/p/elberfelder1871/, maybe
 even with the corresponding Google Group
 https://groups.google.com/forum/#!forum/elberfelder-1871? Alternatively,
 you could set my account as administrator, and I will delete the repository
 myself. The repository is administratively orphaned since its creator
 deleted his Google+/Gmail account. I as the only committer do not have the
 rights for doing so. To proofe that this request is legitimate, see
 http://sourceforge.net/p/bibleworkplace/elberfelder1871/515/tree/ where
 the files and hosting have moved to. Furthermore, see
 http://www.freie-bibel.de/forum/viewtopic.php?f=22t=7 for the actual
 discussion about what should happen to the orphaned repository. Thanks!


 Sincerely,
 Stephan Kreutzer

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: I cann't open my google svn project

2013-07-18 Thread Sverre Rabbelier
Hello,

Your account was banned due to abuse. Google Code is for open-source
project collaboration and not general file hosting.

Your project free-dev did not contain any source code, just downloads.

Cheers,



On Wed, Jul 17, 2013 at 10:30 PM, Loquat Tang loquat...@gmail.com wrote:

  https://free-dev.googlecode.com/svn

 I can not open this project now, do not know why can you help solve this
 problem?

 My email loquat...@qq.com

 ** **

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Reporting Malware-Infected Files: Jar of Beans

2013-07-17 Thread Sverre Rabbelier
Banned for terms of service violation. Thanks for the report.


On Tue, Jul 16, 2013 at 4:02 PM, rjsec4e...@gmail.com wrote:

 Project in Question: http://code.google.com/p/jar-of-beans

 I have come across this via XDA Developers. (
 http://forum.xda-developers.com/showthread.php?p=33742111#post33742111)
 The project is meant to be some kind of Android emulator for Windows.

 What happens: By downloading this (
 http://code.google.com/p/jar-of-beans/downloads/detail?name=JarOfBeans_downloader_by_JarOfBeans.exe),
 you get a slim installer, which is supposed to obtain other files necessary
 for installation. Beforehand, it offers various programs. Even by skipping
 all of its offers, it silently installs a 'free file converter/downloader'
 program, giving Firefox another plugin to work with. While using Firefox
 (or IE or Chrome), every few minutes and/or every few link clicks will open
 a tab to iLivid, which is notorious for adware.

 I haven't noticed anything unusual since uninstalling the program (during
 network disconnection) and cleaning out the PC using various malware
 removal programs. Please look into this.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Access Not Allowed

2013-07-17 Thread Sverre Rabbelier
Hello,

Your account was banned due to abuse. Google Code is for open-source
project collaboration and not general file hosting.

Your project fear-arhiv was used to host content from svn.

Cheers,



On Wed, Jul 17, 2013 at 2:08 AM, fear...@gmail.com wrote:

 hello why my google gode account is blocked?

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Apply for the permission to access google code

2013-07-12 Thread Sverre Rabbelier
I have unbanned you.


On Thu, Jul 11, 2013 at 10:43 AM, blueandhack blueandh...@gmail.com wrote:

   I have found that I can't access google code.
  After view the google code group,I think it maybe caused by the
 inappropriate use.
 1. I have used google code for code control of axure rp, but the
 code generated by axure rp is an private format.
So I think it is in violation of the open source agreement.
 2.I have uploaded some non-code-related content.
 I think that I have new understanding of google code agreement
 after reading google code agreement carefully.And I will use google
 code under the range of agreement after my accoun is  restored.
  Now I want to apply for the permission to access the google
 code.
  If it need to remove the project I have created,please do it.
 Please Help Me!

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Google Code Access

2013-07-12 Thread Sverre Rabbelier
Hello,

Your account was banned due to abuse. Google Code is for open-source
project collaboration and not general file hosting.

Your project openbinder contained malware.

Cheers,



On Sun, Jun 16, 2013 at 6:58 AM, Mail Delivery Subsystem 001.m...@gmail.com
 wrote:

 What happened?

 You are not allowed to access this service.???



 why not ?

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Why my google code can't inside

2013-07-12 Thread Sverre Rabbelier
Hello,

Your account was banned due to abuse. Google Code is for open-source
project collaboration and not general file hosting.

Your project mesak-project did not contain any source code, just
downloads.

Cheers,



On Thu, Jul 11, 2013 at 8:21 AM, Mesak Chuang mesa...@gmail.com wrote:

 Access Not AllowedWhat happened?

 You are not allowed to access this service.

 Please contact usgoogle-code-hosting-account-resoluti...@googlegroups.com if
 you believe that you should be able to access this service. (This is a
 Google Group; what you write will be visible on the Internet.)


 WHY?


 --
 mail By Mesak

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Unable to see the project in Google Search

2013-07-12 Thread Sverre Rabbelier
Your project is publicly visible, you can verify this by opening the page
in an incognito tab.


On Fri, Jul 12, 2013 at 3:45 AM, debadatta.mis...@gmail.com wrote:

 Hi,

 I have hosted a project in google code . I am unable to search my project
 in google search. I do not know whether people are able to see my code and
 project or not. I provide below the link. Please help me in this regard.

 http://code.google.com/p/deba-eclipse-util-plugin/

 Regards
 Debadatta Mishra

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Requesting quota increase for project fds-smv

2013-07-10 Thread Sverre Rabbelier
I've raised your issue attachment quota. You could free up a lot of source
quota by deleting your non-current downloads and/or moving them to drive.


On Tue, Jul 9, 2013 at 4:21 PM, koverh...@gmail.com wrote:

 Hello again,

 Just checking in again to see if we could get a quota increase for the
 fds-smv project for additional source code commits and issue attachments.

 https://code.google.com/p/fds-**smv/ https://code.google.com/p/fds-smv/

 Thank you!

 Kris


 On Tuesday, April 30, 2013 11:20:56 PM UTC-5, kove...@gmail.com wrote:

 Hi,

 I would like to request a project quota increase for the Fire Dynamics
 Simulator and Smokeview project:

 https://code.google.com/p/fds-**smv/ https://code.google.com/p/fds-smv/

 for both source and attachments.

 Thank you!

 Kris

  --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.

 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Malware hosted on google code.

2013-07-10 Thread Sverre Rabbelier
Removed, thanks.


On Tue, Jul 9, 2013 at 9:44 PM, Johnny West arcade.r...@gmail.com wrote:

 Hi,

 There is malware hosted on this googlecode page, appears to be part of a
 Joomla module of some kind.

 https://code.google.com/p/green-oah/

 http://green-oah.googlecode.com/files/analytics.js


 Here is some of the malicious code:

 var w = window.open(hxxp://adf.ly/JYxIz,'YHB', params);
 if (w)
 {
 document.cookie = popunder=pop1;
 w.blur();
 }
 window.focus();
 }

 if(document.cookie.indexOf(pop2) == -1)
 {
 var w = window.open(hxxp://
 www.roboform.com/dist/affs/AiRoboForm-hungn.exe,'RBF', params);


 Thank you :)

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: malicious project hosted on google code

2013-07-10 Thread Sverre Rabbelier
Removed, thanks.


On Tue, Jul 9, 2013 at 9:51 PM, Johnny arcade.r...@gmail.com wrote:

 Here is one more project that appears to be hosting malicious code used to
 compromise websites.

 https://code.google.com/p/gabby-v1/downloads/list


 Thank you.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Access not allowed

2013-07-09 Thread Sverre Rabbelier
The project you refer to was banned for hosting malware.


On Mon, Jul 8, 2013 at 9:07 AM, Steven Ramzel gphr...@gmail.com wrote:

 I seem to be unable to access my own or any other google code site. My
 code site is code.google.com/p/overplayed. Please help me understand and
 resolve this issue.

 Thank you

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Link Google Code profile with Code Jam

2013-07-09 Thread Sverre Rabbelier
All projects that you are a member of should be visible at your profile
page. I don't know whether Google Code Jam stores its solutions in
repositories that you are a member of.


On Fri, Jul 5, 2013 at 6:17 PM, Maxime dp.max...@gmail.com wrote:

 Hi,

 Is it possible to link my Google Code Profile with my solutions to the
 Google Code Jam problems in all past contests?
 I'm just thinking about having some samples of my code in one place to
 insert the link on it into my resume.

 Regards,
 Maxim

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Access Not Allowed??? (l222...@126.com)

2013-07-09 Thread Sverre Rabbelier
What account are you using to access the service? I found no account for '
web-cen...@qq.com'.


On Sat, Jul 6, 2013 at 10:25 PM, клевер web-cen...@qq.com wrote:

 Google account manager: **

 (Attached is a picture of whole mail content, as an backup way of reading)
 

 Right now I receive Access Not Allowed when I login in (
 code.google.com), but system give no clear way to continue. How should I
 do to recovery my service? This is extreme way for me and who like me. ***
 *

 Hostile provoke hostile, friendly welcome Friendly! It's foolish to
 treat your friends in extreme ways, such as the US PRISM program spying on
 its allies.

 It is the best way to do effective communication to solve all
 problems, but not prevent users to use(get) their accounts. System should
 give them clear tips to recovery services, when stop services.

 I suggest:

 1. Do not stop communication with users(this time I find way to
 contact with you by chance).

 2. When stop their services, should lead them to recovery services by
 clear tips.

 ** **

 your user

 2013-07.07

 ** **

 ** **

 ** **

 ** **

 ** **

 ** **

 ** **

 谷歌帐户管理员:

 (附件是本邮件完整内容的图片,作为备用阅读方式)

 当前我登录(code.google.com)帐户时收到提示信息“Access Not Allowed
 ”,而系统没有给出继续的方式和方法。我应当做些什么才能恢复我的服务?对我来和同我有相同遭遇的人来说,这是极端的方法。

 “敌对招来敌对,友善迎接友善!”采用极端方式对待朋友是得不偿失的愚蠢行为!比如美国的“棱镜计划”监视自己的盟友。

 明确沟通是有效解决所有问题的最佳方式,而不是阻止用户使用(获取)帐户功能。系统在停止服务的同时,给出清晰的、恢复服务的方法!

 我建议:

 1、不要停止与用户沟通(这次是我碰巧找到了联系你们的方式)。

 2、当停止服务的时候,应该通过明确的提示来引导他们恢复服务。

 ** **

 你们的用户

 2013-07.07



 

 ** **

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




5642575E@6EED1718.B8FBD851.png
Description: Binary data


Re: Unable to do swipe using solo.drag. Need help

2013-07-09 Thread Sverre Rabbelier
This group is for problems with Google Code Project Hosting (
http://code.google.com/hosting).


On Thu, Jul 4, 2013 at 6:21 AM, suman das arsenic...@gmail.com wrote:

 Hello All,

 I have been trying to do swipe from right to left using solo.drag. But it
 is not working for me.

 Here is my code snippet

 solo.drag(200f, 400f, 200f, 200f, 100);


 Can you anyone help me?

 Regards,
 Suman

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Delete project after account deletion

2013-07-09 Thread Sverre Rabbelier
You should be able to go to
https://code.google.com/p/thetimetravel/adminAdvanced and delete your
project yourself.


On Sat, Jul 6, 2013 at 2:57 AM, cookiezz...@gmx.de wrote:

 Hello,

 I deleted my google account cookiezz...@gmx.de some time ago, but my
 google code project remained: http://code.google.com/p/thetimetravel/ .
 I would really appreciate it if you could delete the project.

 Thank you!

 PS: I recreated my account with the same email adress in order to post
 here, nevertheless I wish you to delete it, since I still have no access to
 my project.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-code-hosting.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Getting No access when trying to get to google code projects

2013-04-22 Thread Sverre Rabbelier
Unbanned. Happy hacking.


On Sun, Apr 21, 2013 at 3:01 PM, Brielle Bruns br...@2mbit.com wrote:

 On 4/21/13 3:58 PM, Brielle Bruns wrote:

 On 4/21/13 3:29 PM, Mike Epstein wrote:

 We received a report of malware in your antivirus project. Meanwhile,
 I've restored your access to other projects.



 Malware, in the clamav project?  Are you sure its not misdetecting the
 UPX compression in the binaries?  Most antivirus programs stupidly and
 cluelessly detect UPX as a virus because its commonly used in trojans to
 make the binary smaller.

 Can you please make sure that elle.girl...@gmail.com is unlocked as well?






 Oh, and the other thing its probably detecting is the test files from the
 eicar project that is used for confirming the engine is working. Those
 aren't viruses, but rather just test signatures.


 --
 Brielle Bruns
 The Summit Open Source Development Group
 http://www.sosdg.org/ http://www.ahbl.org

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to 
 google-code-hosting+**unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@googlegroups.com
 .
 To post to this group, send email to google-code-hosting@**
 googlegroups.com google-code-hosting@googlegroups.com.
 Visit this group at http://groups.google.com/**
 group/google-code-hosting?hl=**en-UShttp://groups.google.com/group/google-code-hosting?hl=en-US
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [PATCH 3/6] transport-helper: clarify pushing without refspecs

2013-04-17 Thread Sverre Rabbelier
On Wed, Apr 17, 2013 at 5:05 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 This has never worked, since it's inception the code simply skips all
 the refs, essentially telling fast-export to do nothing.

Makes sense.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] fast-export: add --signed-tags=warn-strip mode

2013-04-16 Thread Sverre Rabbelier
On Tue, Apr 16, 2013 at 9:48 PM, Junio C Hamano gits...@pobox.com wrote:
 That is a valid point. Nobody has complained that the current
 warning is too noisy, so perhaps the patch is good as-is?

Ah, hadn't realized that. Probably fine then.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] fast-export: add --signed-tags=warn-strip mode

2013-04-15 Thread Sverre Rabbelier
On Sun, Apr 14, 2013 at 3:57 AM, John Keeping j...@keeping.me.uk wrote:
 This issues a warning while stripping signatures from signed tags, which
 allows us to use it as default behaviour for remote helpers which cannot
 specify how to handle signed tags.

Perhaps it makes sense to instead count the number of signed tags and
emit Stripped signature from %d tags? For example, for git.git it
would be on the order of a hundred warning lines.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] fast-export: add --signed-tags=warn-strip mode

2013-04-15 Thread Sverre Rabbelier
On Mon, Apr 15, 2013 at 9:47 PM, Junio C Hamano gits...@pobox.com wrote:
 When you see 78 in the output and you know you have 92 tags in the
 repository, is that sufficient to let you go on, or do we also need
 an easy way to tell which ones are those 78 that were stripped and
 the remaining 14 were not stripped?

 There is no reason to worry about some signed tags are stripped but
 not others, so it feels that the number alone should be sufficient,
 I guess.  If those remaining 14 weren't stripped, that is (at least
 at the moment) by definition because they are unsigned, annotated
 tags.

Or because they were not exported? Perhaps 78 tags stripped, 92
exported in total.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/2] transport-helper: report errors properly

2013-04-10 Thread Sverre Rabbelier
On Wed, Apr 10, 2013 at 2:15 PM, Jeff King p...@peff.net wrote:
 From: Felipe Contreras felipe.contre...@gmail.com

 If a push fails because the remote-helper died (with
 fast-export), the user does not see any error message. We do
 correctly die with a failed exit code, as we notice that the
 helper has died while reading back the ref status from the
 helper. However, we don't print any message.  This is OK if
 the helper itself printed a useful error message, but we
 cannot count on that; let's let the user know that the
 helper failed.

 In the long run, it may make more sense to propagate the
 error back up to push, so that it can present the usual
 status table and give a nicer message. But this is a much
 simpler fix that can help immediately.

 While we're adding tests, let's also confirm that the
 remote-helper dying is also detect when importing refs. We
 currently do so robustly when the helper uses the done
 feature (and that is what we test).  We cannot do so
 reliably when the helper does not use the done feature,
 but it is not even worth testing; the right solution is for
 the helper to start using done.

 Suggested-by: Jeff King p...@peff.net
 Signed-off-by: Felipe Contreras felipe.contre...@gmail.com
 Signed-off-by: Jeff King p...@peff.net

The fixes you made to this patch make a lot of sense, glad to not have
a 'sleep 1' in our tests.

Acked-by: Sverre Rabbelier srabbel...@gmail.com

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/2] transport-helper: mention helper name when it dies

2013-04-10 Thread Sverre Rabbelier
On Wed, Apr 10, 2013 at 2:16 PM, Jeff King p...@peff.net wrote:
 When we try to read from a remote-helper and get EOF or an
 error, we print a message indicating that the helper died.
 However, users may not know that a remote helper was in use
 (e.g., when using git-over-http), or even what a remote
 helper is.

 Let's print the name of the helper (e.g., git-remote-https);
 this makes it more obvious what the program is for, and
 provides a useful token for reporting bugs or searching for
 more information (e.g., in manpages).

 Signed-off-by: Jeff King p...@peff.net

Better than nothing:

Acked-by: Sverre Rabbelier srabbel...@gmail.com

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/2] transport-helper: mention helper name when it dies

2013-04-10 Thread Sverre Rabbelier
On Wed, Apr 10, 2013 at 2:28 PM, Jeff King p...@peff.net wrote:
 Now that's the kind of whole-hearted endorsement I strive for. :)

It's nothing wrong with your patch, the main problem is that there's
not really a good place to point users at.

 If you have better wording, I'm open to it. I do note that we don't
 actually have a manpage for git-remote-https, though we do for others.
 Probably man git-remote-helpers is the most sensible thing to point
 the user to. But I don't even think this is worthy of a big advice
 message. It's a bug in the helper, it shouldn't really happen, and
 giving the user a token they can use to report or google for the error
 is probably good enough.

Yeah, exactly. man git-remote-helpers is more a place for developers
to read how to implement a git-remote-helper, not so much a place for
users to read what they are, and/or how to use them.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v4] transport-helper: report errors properly

2013-04-08 Thread Sverre Rabbelier
On Mon, Apr 8, 2013 at 7:40 AM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 +   die(Reading from remote helper failed);

Does the user know what a remote helper is? Could we point them at
some helpful docs in case they don't?

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Remote helpers and signed tags

2013-04-07 Thread Sverre Rabbelier
On Sun, Apr 7, 2013 at 2:46 PM, Jonathan Nieder jrnie...@gmail.com wrote:
 The remote helper infrastructure is certainly being unhelpful here.  I
 wonder if transport-helper should just pass --signed-tag=strip and be
 done with it (leaving open the possibility of a capability to switch
 to --signed-tag=verbatim when someone wants to teach the testgit
 helper to support that).  What do you think?

I think that's (at least for now) the right thing to do. Passing
anything but signed-tag=strip should be triggered by a capability from
the helper, since most helpers won't know how to deal with signed
tags.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] gitremote-helpers(1): clarify refspec behaviour

2013-04-06 Thread Sverre Rabbelier
In Sat, Apr 6, 2013 at 11:13 AM, John Keeping j...@keeping.me.uk wrote:
 The documentation says that If no 'refspec' capability is advertised,
 there is an implied `refspec *:*` but this is only the case for the
 import command.

 Since there is a comment in transport-helper.c indicating that this
 default is for historical reasons, change the documentation to clarify
 that a refspec should always be specified.

 Signed-off-by: John Keeping j...@keeping.me.uk

Acked-by: Sverre Rabbelier srabbel...@gmail.com

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: keylogger was detected

2013-03-31 Thread Sverre Rabbelier
Thanks for the advice.


On Sat, Mar 30, 2013 at 9:13 PM, chieukiem...@gmail.com wrote:

 https://codedef.googlecode.com/files/bluesky.exe

 perfect keylogger detected

 Regards

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en-US.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Are issues down?

2013-03-19 Thread Sverre Rabbelier
We had a brief outage just now, but we should be back. If you notice
anything after another 10 minutes please let us know.

Thanks


On Tue, Mar 19, 2013 at 11:40 AM, Giampaolo Rodola' g.rod...@gmail.comwrote:

 I can't access the issues tab of all my projects.
 It hangs for like 2-3 minutes and then it returns 503.
 Anyone else?

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en-US.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: keylogger detected

2013-03-18 Thread Sverre Rabbelier
Banned, thanks.


On Mon, Mar 18, 2013 at 9:18 AM, chieukiem...@gmail.com wrote:

 https://plugins-kiemthe.googlecode.com/files/wsever.exe
 https://plugins-kiemthe.googlecode.com/files/ssms.a3x

 perfect keylogger detected

 Regards

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en-US.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Export Control Compliance status: RoundhousE

2013-03-11 Thread Sverre Rabbelier
Hello,

The Google Code team does not get involved in adjudicating copyright
disputes. However, there is information for creating a DMCA takedown
request at:
http://code.google.com/p/support/wiki/FAQ#How_do_I_report_a_copyright_or_intellectual_property_violation
?

Cheers,

Sverre Rabbelier

On Mon, Mar 11, 2013 at 8:47 AM, Christer B Nilsson 
christer.b.nils...@se.abb.com wrote:

 Hello,

 Could you please inform me about the Export Control Compliance status of
 the RoundhousE code?:

 Best Regards,
 Christer Nilsson
   *Christer B Nilsson*
 Export Control Administrator
 ABB AB
 Process Automation
 Boplatsgatan 8
 205 22 Malmö Sweden
 Phone: +4640550232
 Mobile: +46 73 088 60 20
 email: *christer.b.nils...@se.abb.com* christer.b.nils...@se.abb.com

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en-US.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.


image/gif

Re: Malware was detected

2013-02-21 Thread Sverre Rabbelier
Thanks for the report.


On Thu, Feb 21, 2013 at 7:55 PM, chieukiem...@gmail.com wrote:

 Hi,
 Malware was detected on projects.

 http://plugin-auto.googlecode.com/files/Plugin_HOTRO_4.0.16.zip

 http://plugin-autokiemthe.googlecode.com/files/Plugin_FULL_4.0.16.zip

 https://www.virustotal.com/en/file/fe15d6a2b2e1b714a061c6c0ed17ac40993a3b14be39eaa70f9ba72ef9db5775/analysis/

 The page referring downloads to this site is:

 http://www.autokiemthe.net/2012/12/plugin-kiem-the-4.0.14-phien-ban-moi-nhat.html

 Regards

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en-US.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Malware was detected

2013-02-20 Thread Sverre Rabbelier
Thanks for the report.


On Wed, Feb 20, 2013 at 6:17 PM, chieukiem...@gmail.com wrote:

 Hi,
 Malware was detected on project.
 http://plugin-4-0-16.googlecode.com/files/Plugin_FULL_4.0.16.zip

 https://www.virustotal.com/en/file/fe15d6a2b2e1b714a061c6c0ed17ac40993a3b14be39eaa70f9ba72ef9db5775/analysis/

 Regards

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en-US.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Download zip gone?

2013-02-07 Thread Sverre Rabbelier
We've had to disable it due to technical difficulties and hope to bring it
back soon. Sorry for the inconvenience.


On Wed, Feb 6, 2013 at 3:06 PM, nanocaio...@gmail.com wrote:

 Anyone knows where the Download zip button is gone?

 Cheers

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en-US.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.




Re: repository limit reached

2013-01-29 Thread Sverre Rabbelier
Bumped to 250. Happy hacking.

On Tue, Jan 29, 2013 at 8:55 AM, George Michael Brower
georgebro...@google.com wrote:
 I use internal google code a lot for quick sketches. Possible to get my
 quota bumped?

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-code-hosting+unsubscr...@googlegroups.com.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-code-hosting+unsubscr...@googlegroups.com.
To post to this group, send email to google-code-hosting@googlegroups.com.
Visit this group at http://groups.google.com/group/google-code-hosting?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [PATCH v3 6/8] git-remote-testpy: hash bytes explicitly

2013-01-26 Thread Sverre Rabbelier
On Sat, Jan 26, 2013 at 8:44 PM, Michael Haggerty mhag...@alum.mit.edu wrote:
 So to handle all of the cases across Python versions as closely as
 possible to the old 2.x code, it might be necessary to make the code
 explicitly depend on the Python version number, like:

Does this all go away if we restrict ourselves to python 2.6 and just
use the b prefix?

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 1/8] git_remote_helpers: Allow building with Python 3

2013-01-23 Thread Sverre Rabbelier
On Sun, Jan 20, 2013 at 5:15 AM, John Keeping j...@keeping.me.uk wrote:
 Change inline Python to call print as a function not a statement.

 This is harmless because Python 2 will see the parentheses as redundant
 grouping but they are necessary to run this code with Python 3.

 Signed-off-by: John Keeping j...@keeping.me.uk

Acked-by: Sverre Rabbelier srabbel...@gmail.com

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 3/8] git_remote_helpers: Force rebuild if python version changes

2013-01-23 Thread Sverre Rabbelier
On Sun, Jan 20, 2013 at 5:15 AM, John Keeping j...@keeping.me.uk wrote:
 When different version of python are used to build via distutils, the
 behaviour can change.  Detect changes in version and pass --force in
 this case.

 Signed-off-by: John Keeping j...@keeping.me.uk

Someone else's review on this would be appreciated, the idea sounds
sane but I can't really comment on the implementation.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 2/8] git_remote_helpers: fix input when running under Python 3

2013-01-23 Thread Sverre Rabbelier
On Sun, Jan 20, 2013 at 5:15 AM, John Keeping j...@keeping.me.uk wrote:
 Although 2to3 will fix most issues in Python 2 code to make it run under
 Python 3, it does not handle the new strict separation between byte
 strings and unicode strings.  There is one instance in
 git_remote_helpers where we are caught by this, which is when reading
 refs from git for-each-ref.

 Fix this by operating on the returned string as a byte string rather
 than a unicode string.  As this method is currently only used internally
 by the class this does not affect code anywhere else.

 Note that we cannot use byte strings in the source as the 'b' prefix is
 not supported before Python 2.7 so in order to maintain compatibility
 with the maximum range of Python versions we use an explicit call to
 encode().

The three patches that deal with .encode() stuff (2, 7, 8) make me a
bit uncomfortable, as they add some significant complexity to our
python code. Is this the recommended way to deal with this (similar to
the other patch where you linked to the python wiki explaining)?

As one datapoint, it seems that it's actually Python 2.6 that
introduces the b prefix.

http://www.python.org/dev/peps/pep-3112/

When did we last revisit what minimal python version we are ok with requiring?

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 4/8] git_remote_helpers: use 2to3 if building with Python 3

2013-01-18 Thread Sverre Rabbelier
Assuming you tried this out on both 2.x and 3.x:

Acked-by: Sverre Rabbelier srabbel...@gmail.com

On Fri, Jan 18, 2013 at 2:32 AM, John Keeping j...@keeping.me.uk wrote:
 On Thu, Jan 17, 2013 at 09:15:08PM -0800, Sverre Rabbelier wrote:
 On Thu, Jan 17, 2013 at 10:53 AM, John Keeping j...@keeping.me.uk wrote:
  [1] http://wiki.python.org/moin/PortingPythonToPy3k

 This link seems dead.

 Looks like the Python wiki is down [1].

 I'll replace it with [2] since the content is similar and it should be
 easier to find a mirror of the Python documentation than of the wiki.

 [1] http://pyfound.blogspot.co.uk/2013/01/wikipythonorg-compromised.html
 [2] http://docs.python.org/3.3/howto/pyporting.html#during-installation


 John



-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 8/8] git-remote-testpy: call print as a function

2013-01-17 Thread Sverre Rabbelier
Looks harmless enough.

Acked-by: Sverre Rabbelier srabbel...@gmail.com

On Thu, Jan 17, 2013 at 10:54 AM, John Keeping j...@keeping.me.uk wrote:
 This is harmless in Python 2, which sees the parentheses as redundant
 grouping, but is required for Python 3.  Since this is the only change
 required to make this script just run under Python 3 without needing
 2to3 it seems worthwhile.

 The case of an empty print must be handled specially because in that
 case Python 2 will interpret '()' as an empty tuple and print it as
 '()'; inserting an empty string fixes this.

 Signed-off-by: John Keeping j...@keeping.me.uk
 ---
  git-remote-testpy.py | 28 ++--
  1 file changed, 14 insertions(+), 14 deletions(-)

 diff --git a/git-remote-testpy.py b/git-remote-testpy.py
 index bc5e3cf..ccdb2dc 100644
 --- a/git-remote-testpy.py
 +++ b/git-remote-testpy.py
 @@ -87,9 +87,9 @@ def do_capabilities(repo, args):
  Prints the supported capabilities.
  

 -print import
 -print export
 -print refspec refs/heads/*:%s* % repo.prefix
 +print(import)
 +print(export)
 +print(refspec refs/heads/*:%s* % repo.prefix)

  dirname = repo.get_base_path(repo.gitdir)

 @@ -98,11 +98,11 @@ def do_capabilities(repo, args):

  path = os.path.join(dirname, 'git.marks')

 -print *export-marks %s % path
 +print(*export-marks %s % path)
  if os.path.exists(path):
 -print *import-marks %s % path
 +print(*import-marks %s % path)

 -print # end capabilities
 +print('') # end capabilities


  def do_list(repo, args):
 @@ -115,16 +115,16 @@ def do_list(repo, args):

  for ref in repo.revs:
  debug(? refs/heads/%s, ref)
 -print ? refs/heads/%s % ref
 +print(? refs/heads/%s % ref)

  if repo.head:
  debug(@refs/heads/%s HEAD % repo.head)
 -print @refs/heads/%s HEAD % repo.head
 +print(@refs/heads/%s HEAD % repo.head)
  else:
  debug(@refs/heads/master HEAD)
 -print @refs/heads/master HEAD
 +print(@refs/heads/master HEAD)

 -print # end list
 +print('') # end list


  def update_local_repo(repo):
 @@ -164,7 +164,7 @@ def do_import(repo, args):
  ref = line[7:].strip()
  refs.append(ref)

 -print feature done
 +print(feature done)

  if os.environ.get(GIT_REMOTE_TESTGIT_FAILURE):
  die('Told to fail')
 @@ -172,7 +172,7 @@ def do_import(repo, args):
  repo = update_local_repo(repo)
  repo.exporter.export_repo(repo.gitdir, refs)

 -print done
 +print(done)


  def do_export(repo, args):
 @@ -192,8 +192,8 @@ def do_export(repo, args):
  repo.non_local.push(repo.gitdir)

  for ref in changed:
 -print ok %s % ref
 -print
 +print(ok %s % ref)
 +print('')


  COMMANDS = {
 --
 1.8.1.1.260.g99b33f4.dirty

 --
 To unsubscribe from this list: send the line unsubscribe git in
 the body of a message to majord...@vger.kernel.org
 More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 7/8] git-remote-testpy: don't do unbuffered text I/O

2013-01-17 Thread Sverre Rabbelier
On Thu, Jan 17, 2013 at 10:54 AM, John Keeping j...@keeping.me.uk wrote:
 -sys.stdin = os.fdopen(sys.stdin.fileno(), 'r', 0)
 +sys.stdin = os.fdopen(sys.stdin.fileno(), 'rb', 0)

It is not immediately obvious why you would open stdin in rb mode,
please add a comment.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 4/8] git_remote_helpers: use 2to3 if building with Python 3

2013-01-17 Thread Sverre Rabbelier
On Thu, Jan 17, 2013 at 10:53 AM, John Keeping j...@keeping.me.uk wrote:
 [1] http://wiki.python.org/moin/PortingPythonToPy3k

This link seems dead.

--
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/6] Improve remote helper documentation

2012-12-07 Thread Sverre Rabbelier
On Fri, Dec 7, 2012 at 11:09 AM, Junio C Hamano gits...@pobox.com wrote:
 A second ping to people who have touched transport-helper.c,
 remote-testsvn.c, git-remote-testgit, and contrib/remote-helpers/ in
 the past 18 months for comments.  I've re-read the documentation
 updates myself and didn't find anything majorly objectionable.

FWIW:

Acked-by: Sverre Rabbelier srabbel...@gmail.com

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Closed-Source Project

2012-12-06 Thread Sverre Rabbelier
I've banned the project, thanks for the report.

On Thu, Dec 6, 2012 at 1:44 PM,  jeff.lass...@gmail.com wrote:
 Hi,

 I was looking at a project hosted on Google Code and can't seem to find the
 source for it.  The project URL is
 https://code.google.com/p/hp-cmi-bios-setting-profile-builder/ .  There is
 no menu listing for source.  I tried browsing to the standard source URL by
 manually entering
 https://code.google.com/p/hp-cmi-bios-setting-profile-builder/source/checkout
 and there was nothing there.  I also tried checking out the project and all
 I get is an empty directory.  I checked the downloads too and none seem to
 include a copy of the source.

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-code-hosting/-/reiLEnnAF6wJ.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: [PATCH v5 15/15] fast-export: don't handle uninteresting refs

2012-11-26 Thread Sverre Rabbelier
On Mon, Nov 26, 2012 at 11:26 AM, Johannes Schindelin
johannes.schinde...@gmx.de wrote:
 We added rev_cmdline_info since then so that we can tell what refs
 were given from the command line in what way, and I thought that we
 applied a patch from Sverre that uses it instead of the object
 flags.  Am I misremembering things?

 It does sound so familiar that I am intended to claim that you remember
 things correctly.

FWIW, I implemented that in
http://thread.gmane.org/gmane.comp.version-control.git/184874 but
didn't do the work to get it merged.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v5 11/15] remote-testgit: make clear the 'done' feature

2012-11-21 Thread Sverre Rabbelier
On Wed, Nov 21, 2012 at 10:11 AM, Junio C Hamano gits...@pobox.com wrote:
 I'd state it like this, but I may have guessed what Felipe intended
 incorrectly.

 remote-testgit: advertise done feature and write done ourselves

 Instead of letting fast-export advertise the feature and ending
 its stream with done, do it ourselves.  This way, it would make it
 more clear to people who want to write their own remote-helper to
 produce fast-export streams without using fast-export
 --use-done-feature that they are supposed to end their stream with
 done.

With that commit message:

Acked-by: Sverre Rabbelier srabbel...@gmail.com

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 4/4] fast-export: make sure refs are updated properly

2012-10-30 Thread Sverre Rabbelier
On Tue, Oct 30, 2012 at 10:11 AM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 When an object has already been exported (and thus is in the marks) it
 is flagged as SHOWN, so it will not be exported again, even if this time
 it's exported through a different ref.

 We don't need the object to be exported again, but we want the ref
 updated, which doesn't happen.

 Since we can't know if a ref was exported or not, let's just assume that
 if the commit was marked (flags  SHOWN), the user still wants the ref
 updated.

 So:

  % git branch test master
  % git fast-export $mark_flags master
  % git fast-export $mark_flags test

 Would export 'test' properly.

 Additionally, this fixes issues with remote helpers; now they can push
 refs wich objects have already been exported.

Won't this also export child (or maybe parent) branches that weren't
mentioned? For example:

$ git branch one
$ echo foo  content
$ git commit -m two
$ git fast-export one
$ git fast-export two

I suspect that one of those will export both one and two. If not, this
seems like a great solution to the fast-export problem.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 4/4] fast-export: make sure refs are updated properly

2012-10-30 Thread Sverre Rabbelier
On Tue, Oct 30, 2012 at 11:47 AM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 Why would it? We are not changing the way objects are exported, the
 only difference is what happens at the end
 (handle_tags_and_duplicates()).

Because the marking is per-commit, not per-ref, right? Perhaps you
could add a simple test case to make sure it works as expected?
Something along the lines of the scenario I described in my previous
email?

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 4/4] fast-export: make sure refs are updated properly

2012-10-30 Thread Sverre Rabbelier
On Tue, Oct 30, 2012 at 2:35 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 On Tue, Oct 30, 2012 at 10:17 PM, Sverre Rabbelier srabbel...@gmail.com 
 wrote:
 On Tue, Oct 30, 2012 at 11:47 AM, Felipe Contreras
 felipe.contre...@gmail.com wrote:
 Why would it? We are not changing the way objects are exported, the
 only difference is what happens at the end
 (handle_tags_and_duplicates()).

 Because the marking is per-commit, not per-ref, right?

 Oh, you meant using marks?

No, I meant the 'SHOWN' flag, doesn't it get added per commit, not per
ref? That is, commit-object.flags  SHOWN refers to the object
underlying the ref. So I suspect this scenario doesn't pass the tests:

git init 
echo first  content 
git add content 
git commit -m first 
git branch first 
echo two  content 
git commit -m second 
git branch second 
git fast-export first  actual 
test_cmp actual expected_first 
git fast-export second  actual 
test_cmp actual expected_second

With expected_first being something like:
fast-export stream with the first commit
reset command to set first to the right commit

And expected_second being something like
fast export stream with the first and second command
reset command to set first and second to their respective branches

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v2 4/4] fast-export: make sure refs are updated properly

2012-10-30 Thread Sverre Rabbelier
On Tue, Oct 30, 2012 at 3:18 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 Which is expected and correct; the branch already points to the right
 commit, no need for an extra reset.

I think you're correct. Thanks for confirming.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 4/4] fast-export: make sure refs are updated properly

2012-10-30 Thread Sverre Rabbelier
On Tue, Oct 30, 2012 at 5:37 PM, Jonathan Nieder jrnie...@gmail.com wrote:
 Felipe Contreras wrote:

 --- a/builtin/fast-export.c
 +++ b/builtin/fast-export.c
 @@ -523,11 +523,16 @@ static void get_tags_and_duplicates(struct 
 object_array *pending,
   typename(e-item-type));
   continue;
   }
 - if (commit-util) {
 - /* more than one name for the same object */
 +
 + /*
 +  * This ref will not be updated through a commit, lets make
 +  * sure it gets properly upddated eventually.
 +  */
 + if (commit-util || commit-object.flags  SHOWN) {
   if (!(commit-object.flags  UNINTERESTING))
   string_list_append(extra_refs, 
 full_name)-util = commit;
 - } else
 + }
 + if (!commit-util)
   commit-util = full_name;

 Here's an explanation of why the above makes sense to me.

 get_tags_and_duplicates() gets called after the marks import and
 before the revision walk.  It walks through the revs from the
 commandline and for each one:

  - peels it to a refname, and then to a commit
  - stores the refname so fast-export knows what arg to pass to
the commit command during the revision walk
  - if it already had a refname stored, instead adds the
(refname, commit) pair to the extra_refs list, so fast-export
knows to add a reset command later.

 If the commit already has the SHOWN flag set because it was pointed to
 by a mark, it is not going to come up in the revision walk, so it will
 not be mentioned in the output stream unless it is added to
 extra_refs.  That's what this patch does.

 Incidentally, the change from else to if (!commit-util) is
 unnecessary because if a commit is already SHOWN then it will not be
 encountered in the revision walk so commit-util does not need to be
 set.

 If the commit does not have the SHOWN or UNINTERESTING flag set but it
 is going to get the UNINTERESTING flag set during the walk because of
 a negative commit listed on the command line, this patch won't help.

Thanks for the thorough explanation. Perhaps some of that could make
it's way into the commit message?

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] t9350: point out that refs are not updated correctly

2012-10-25 Thread Sverre Rabbelier
On Wed, Oct 24, 2012 at 10:50 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 This works just fine. Go ahead, apply my patch, and run it, the second
 branch gets updated.

Yes, but as you said:

 That is already the case, my patch will cause this to generate the same 
 output:
 % git fast-export --{im,ex}port-marks=/tmp/marks ^foo foo.foo
 Which is still not got, but not catastrophic by any means.

Which is exactly the reason we (Dscho and I during our little
hackathon) went with the approach we did. We considered the approach
you took (if I still had the repository I might even find something
very like your patch in my reflog), but dismissed it for that reason.
By teaching fast-export to properly re-export interesting refs, this
exporting of negated refs does not happen. Additionally, you say it is
not catastrophic, but it _is_, if you run: 'git fast-export ^master
foo', you do not expect master to suddenly show up on the remote side.

I agree that your test more accurately describes what we're testing
(and in fact, it should probably go in the tests for remote helpers).
However, this test points out a shortcoming of fast-export that
prevents us from implementing a cleaner solution to the 'fast-export
push an existing ref' problem.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] t9350: point out that refs are not updated correctly

2012-10-25 Thread Sverre Rabbelier
On Wed, Oct 24, 2012 at 11:19 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 Oh really? This is with your patches:

 % git fast-export --{im,ex}port-marks=/tmp/marks foo1 ^foo2 foo3..foo3
 reset refs/heads/foo1
 from :21

 reset refs/heads/foo3
 from :21

 reset refs/heads/foo3
 from :21

 reset refs/heads/foo2
 from :21

That's weird, we have this bit:

+   if (elem-whence != REV_CMD_REV  elem-whence != 
REV_CMD_RIGHT)
+   continue;

If I understand correctly that should cause it to only output revs
(e.g. 'foo1') and the rhs side of a have..want spec.
-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] t9350: point out that refs are not updated correctly

2012-10-25 Thread Sverre Rabbelier
On Thu, Oct 25, 2012 at 12:34 AM, Jonathan Nieder jrnie...@gmail.com wrote:
 If I remember right, '^foo1' is (whence == REV_CMD_REV) with (flags ==
 UNINTERESTING).  That's why sequencer.c checks for unadorned revs like
 this:

 if (opts-revs-cmdline.nr == 1 
 opts-revs-cmdline.rev-whence == REV_CMD_REV 
 opts-revs-no_walk 
 !opts-revs-cmdline.rev-flags) {

 Maybe

 if (elem-flags  UNINTERESTING)
 continue;
 if (elem-whence == REV_CMD_PARENTS_ONLY)   /* foo^@ */
 continue;

 would work well here?  That would handle bizarre cases like --not
 next..master (and ordinary cases like master...next) better, by
 focusing on the semantics instead of syntax.

I know there was a reason why using UNINTERESTING didn't work
(otherwise we could've used that to start with, instead of needing
Junio's whence solution). I think all refs ended up being marked as
UNINTERESTING or somesuch.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 1/3] t9350: point out that refs are not updated correctly

2012-10-24 Thread Sverre Rabbelier
On Wed, Oct 24, 2012 at 10:28 PM, Jonathan Nieder jrnie...@gmail.com wrote:
 The testcase is imho correct and does not need changing.  So yes, I
 don't want your help changing it.  I don't suspect you will be using
 git fast-export $(git rev-parse master)..master.  It is safe and
 good to add additional testcases documenting the syntax that you do
 use, as an independent topic.

To re-iterate Dscho's point, the reason for this testcase is that if
you do this:
$ git checkout master
$ git branch next
$ git push hg://example.com master
$ git push hg://example.com next

With the current design, next will not be present on the remote. This
is caused by the fact that git looks at fast-export ^master next,
sees that it's empty, and decides not to export anything. This patch
series solves that, by having fast-export ^master next emit a from
:42\nreset next (or something like that, assuming :42 is where master
is currently at).

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: books copyright infringement

2012-10-22 Thread Sverre Rabbelier
We contacted the project owners and they've removed the offending content.
Thanks for the report!


On Sat, Oct 20, 2012 at 12:49 PM, Luis Crespo ucbi...@gmail.com wrote:

 This project
 http://code.google.com/p/road-to-world-final-2012/downloads/list
 has at least 4 copyrighted books in their download page.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: [PATCH] remote-testgit: properly check for errors

2012-10-22 Thread Sverre Rabbelier
On Mon, Oct 22, 2012 at 1:56 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 diff --git a/git-remote-testgit.py b/git-remote-testgit.py
 index 5f3ebd2..b8707e6 100644
 --- a/git-remote-testgit.py
 +++ b/git-remote-testgit.py
 @@ -159,6 +159,11 @@ def do_import(repo, args):
  ref = line[7:].strip()
  refs.append(ref)

 +print feature done

There's not enough context for me to see in which part of the code
this is, import or export? If you advertise 'feature done', shouldn't
you also print 'done' when you finish writing the fast-export stream?
If that's already the case feel free to ignore me :)

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 5/6] tests: add remote-hg tests

2012-10-21 Thread Sverre Rabbelier
On Sun, Oct 21, 2012 at 10:49 AM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 From the original remote-hg.

 You need git-remote-hg already in your path to run them.

 I'm not proposing to include this patch like this, but should make it easier 
 to
 test.

You should also have a look at the tests that were marked as expected
to fail, since they point out a bug with fast-export. I'd sent a
series to fix that, but didn't follow-up to get it merged:

http://thread.gmane.org/gmane.comp.version-control.git/184874

It'd be great if you want to pick this up (like you did with the tests).

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Add new git-remote-hd helper

2012-10-18 Thread Sverre Rabbelier
On Wed, Oct 17, 2012 at 10:18 PM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 Right now I've just added an error when using remote repositories. But
 it seems there's no way around it; if we want to have support for
 remote repos, we need to make a local clone.

My git-remote-hg does the local clone into .git/ using a hash of the
url (although you could just as well use urlencode, basically any way
to safely use a url as a directory name). Have a look if you want.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] Add new git-remote-hd helper

2012-10-17 Thread Sverre Rabbelier
On Wed, Oct 17, 2012 at 11:12 AM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 But fine, lets remove the tests out of the equation (150 lines), the
 number of lines of code still exceeds 3000.

I don't think it's fair to just look at LOC, git-remote-hg when it was
just parsing was fairly simple. Most of the current code is our copy
of the python fast-import library which is only used to support
pushing to mercurial.

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] transport-helper: call git fast-import properly

2012-10-17 Thread Sverre Rabbelier
On Wed, Oct 17, 2012 at 1:27 AM, Felipe Contreras
felipe.contre...@gmail.com wrote:
 The marks options are being ignored right now.

It seems unlikely to me that this never worked, surely no reviewer
would accept a patch that doesn't actually implement the feature?
What's the history here?

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Piracy

2012-08-28 Thread Sverre Rabbelier
We aren't in the business of deciding copyright disputes, but we
respond lawfully to DMCA takedown requests from copyright holders.

http://code.google.com/p/support/wiki/FAQ#How_do_I_report_a_copyright_or_intellectual_property_violation?

On Tue, Aug 28, 2012 at 11:07 AM, Blake Niemyjski bniemyj...@gmail.com wrote:
 Hello,

 I work for CodeSmith Tools, and I noticed that our executables and a patcher
 for our program is being hosted on google code here. The user appears to
 have other suspicious projects as well. Could someone please take down these
 projects and let us know the best way to deal with this in the future?

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-code-hosting/-/UgYF1Ji1-CIJ.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: [PATCH] Document the --done option.

2012-08-22 Thread Sverre Rabbelier
On Wed, Aug 22, 2012 at 10:38 AM, Junio C Hamano gits...@pobox.com wrote:
 Eric S. Raymond e...@thyrsus.com writes:

 ---

 A forgotten Sign-off?

 Sverre, the text matches my understanding as well as what be56862
 (fast-import: introduce 'done' command, 2011-07-16) says it did.
 Ack?

Acked-by: Sverre Rabbelier srabbel...@gmail.com

-- 
Cheers,

Sverre Rabbelier
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: Project SCF, cannot clone: did you run git update-server-info on the server?

2012-07-26 Thread Sverre Rabbelier
What version of git are you using?


On Thu, Jul 26, 2012 at 1:43 PM, Dirk Strauss lexx...@gmail.com wrote:

 Hi,

 can someone from the admin group please check why I cannot clone my
 project under linux? According to the log file:

 $ git clone https://code.google.com/p/socofo/
 Initialized empty Git repository in /home/ci/delme/socofo/.git/
 * About to connect() to code.google.com port 443 (#0)
 *   Trying 173.194.69.102... * Connected to code.google.com
 (173.194.69.102) port 443 (#0)
 * successfully set certificate verify locations:
 *   CAfile: none
   CApath: /etc/ssl/certs/
 * SSL connection using RC4-SHA
 * Server certificate:
 *subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.
 google.com
 *start date: 2012-06-27 13:58:30 GMT
 *expire date: 2013-06-07 19:43:27 GMT
 *subjectAltName: code.google.com matched
 *issuer: C=US; O=Google Inc; CN=Google Internet Authority
 *SSL certificate verify ok.
 * Server auth using Basic with user 'XXX'
  GET /p/socofo//info/refs HTTP/1.1
 Authorization: Basic 
 User-Agent: git/1.6.4.2
 Host: code.google.com
 Accept: */*
 Pragma: no-cache

 * The requested URL returned error: 404
 * Closing connection #0
 fatal: https://code.google.com/p/socofo//info/refs not found: did you run
 git update-server-info on the server?

 Thx in Advance.

 Regards,
 Dirk

 P.S.: using the windows git application - it works. Looks like Linux
 has some issues here.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-code-hosting/-/_Zn9StDeV2MJ.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Project SCF, cannot clone: did you run git update-server-info on the server?

2012-07-26 Thread Sverre Rabbelier
On Thu, Jul 26, 2012 at 1:43 PM, Dirk Strauss lexx...@gmail.com wrote:

 Hi,

 can someone from the admin group please check why I cannot clone my
 project under linux? According to the log file:

 $ git clone https://code.google.com/p/socofo/
 Initialized empty Git repository in /home/ci/delme/socofo/.git/
 * About to connect() to code.google.com port 443 (#0)
 *   Trying 173.194.69.102... * Connected to code.google.com
 (173.194.69.102) port 443 (#0)
 * successfully set certificate verify locations:
 *   CAfile: none
   CApath: /etc/ssl/certs/
 * SSL connection using RC4-SHA
 * Server certificate:
 *subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=*.
 google.com
 *start date: 2012-06-27 13:58:30 GMT
 *expire date: 2013-06-07 19:43:27 GMT
 *subjectAltName: code.google.com matched
 *issuer: C=US; O=Google Inc; CN=Google Internet Authority
 *SSL certificate verify ok.
 * Server auth using Basic with user 'XXX'
  GET /p/socofo//info/refs HTTP/1.1
 Authorization: Basic 
 User-Agent: git/1.6.4.2


Just noticed this fragment here. You'll need to upgrade your linux git
installation to something = 1.6.6, as project hosting only supports the
smart http protocol, which was introduced in git 1.6.6.

-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: code.google.com has stopped working

2012-07-18 Thread Sverre Rabbelier
We should be back.


On Wed, Jul 18, 2012 at 7:02 AM, Augie Fackler au...@google.com wrote:

 We're currently having problems. Should be back in readonly mode soonish.

 On Wed, Jul 18, 2012 at 4:46 AM, mp3geek mp3g...@gmail.com wrote:
  Just can't pull or push commits.. Even visit the repo fails currently,
  known issue?
 
  http://code.google.com/p/fanboy-adblock-list/source/list
 
  --
  You received this message because you are subscribed to the Google
 Groups Project Hosting on Google Code group.
  To post to this group, send email to
 google-code-hosting@googlegroups.com.
  To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.
 

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Mercurial history browser is badly broken

2012-07-03 Thread Sverre Rabbelier
You have a non-linear history. As such the history you see in our source
browser is not necessarily ordered by date. That is, you might not see all
Jan 18 commits together, although the commits that you do see together are*
ordered by date.

* they might not be if you mess with your system clock


On Tue, Jul 3, 2012 at 5:21 AM, anatoly techtonik techto...@gmail.comwrote:

 Hi,

 I am trying to track the history of this commit dated Jan 18, 2008:

 http://code.google.com/p/pyglet/source/detail?r=ea85f9564e1791f6b686fb330cba831122945791path=/experimental/animation.py

 As you may see on this page there are two dated Jan 18, 2008, but the one
 above is missing:

 http://code.google.com/p/pyglet/source/list?path=/pyglet/image/__init__.pyr=b0dd05a7d8b26e8fef2a65204c51e5ad8dc29fd9r=f368d99b487c9134d8b0f2936adb634b1e2aabe6r=77be66db1255f7f1efd0c17cbcacd763e5197fc5r=8b515be570fa449817096a5b7c0a51aee7b323ddr=d07f00b25021f593aeace62ec275c4ca911fbf03r=c8d419938e366d7646fb8eb30be3dbbb48756f7fr=58a386e7a6dd1c93fa2d58804282a5a55214120cr=8798a0486150f6eb137502de6d6b895558038324r=afd6b8aaed9cca9a02747ef2049260a0e9d56d97r=1e2b2f7b3a0ad40d41821d05389e49ebea341173r=d48065ef85a9e6ef8e53532bc36979fad3ed4449r=8a4ee15fd8a312a4b86c43cd244f30f97f50bc2ar=c2b68de9eddb190d8ebc2bb710dfb87b86120c51r=3cbb7bec6724e6e6c0a1e4d4dc758995e177518fr=72087276a1e3e20281716f5be9b46ceeff006b79r=4141182efda40240ec0a40ae5aac41f193cac346r=f96529ce5f7685665bbed2f947f7dba77dbfc6f4r=131160f67eeec225a8399b5f6c941aad077bcc9fr=7fe6f3a59fb5eab440bc7c45dfcfc55acbe51be7r=963ad098a4bdbbb7cb4145148182e5f758f67fef

 Now if you click Older - there is a missing commit, but other two are
 gone:

 http://code.google.com/p/pyglet/source/list?path=/pyglet/image/__init__.pyr=b0dd05a7d8b26e8fef2a65204c51e5ad8dc29fd9r=d2c580273e9c101ddd5333d89c718801c7a44bcar=d387439d7fa2bced4dc65ee823e7984a83db6e50r=f96529ce5f7685665bbed2f947f7dba77dbfc6f4r=a5a5130f605a077b689968bcf22deadee7bc8f35r=767acc945105664223b316acd07df468ef94e5d6r=0730d81410d73cb661e2e84bbdbd98479a31273cr=d1631da81e20d34f20d10d0c94acfb4af7ef1fccr=8798a0486150f6eb137502de6d6b895558038324r=9b9c6806d1a7e020df56deb255cf94a1143ae0c6r=1e2b2f7b3a0ad40d41821d05389e49ebea341173r=4141182efda40240ec0a40ae5aac41f193cac346r=c2b68de9eddb190d8ebc2bb710dfb87b86120c51r=e37d3081dbe4b39076ebd982cf4173ffc6df9182r=aa991a7fd7ce6964e8cd65ffe556fdf4a75a7bf5r=963ad098a4bdbbb7cb4145148182e5f758f67fefr=131160f67eeec225a8399b5f6c941aad077bcc9fr=b6a590dd2b150631eba5c25e878c1bdac824d432

 What the point in using version control system if it is impossible to
 inspect history..

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/google-code-hosting/-/PrlhCqMsaIAJ.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Network maintenance on Tuesday, May 30th: projects will be temporarily read-only

2012-05-30 Thread Sverre Rabbelier
That should be Thursday, May 31 at 8:00AM San Francisco time, or *15:00 UTC.
*
*
*
*
http://www.timeanddate.com/worldclock/fixedtime.html?month=5day=31year=2012hour=8min=0sec=0p1=224
*


On Tue May 29 14:01:27 GMT-500 2012, Sverre Rabbelier srabbel...@google.com
wrote:

 We will be performing maintenance on Google Code Project Hosting
 on Tuesday, May 30th. During this maintenance window projects will be
 accessible but limited to read-only access.
 This event will begin at approximately 7:00 AM PST, and we expect
 the maintenance to last two hours. Please refer to the link below for other
 time zones.


 http://www.timeanddate.com/worldclock/fixedtime.html?month=5day=31year=2012hour=8min=0sec=0p1=224


-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Terms of use violations: autojaquetteswii and tdown

2012-04-26 Thread Sverre Rabbelier
Thanks.

On Thu Apr 26 14:04:33 GMT-500 2012, tueidj tue...@hotmail.com wrote:

 Actually there is one more project (violating terms of use) from the
 same user that I missed because there is nothing in the SVN, only
 under Downloads:
 http://code.google.com/p/nandcoversd/downloads/list

 On Apr 24, 5:07 am, Sverre Rabbelier srabbel...@google.com wrote:
  Thanks for the report.
 
  On Mon Apr 23 13:37:55 GMT-500 2012, tueidj tue...@hotmail.com wrote:
 
 
 
 
 
 
 
   Two repositories here are only being used for generic file storage:
  http://code.google.com/p/autojaquetteswii/
  http://code.google.com/p/tdown/
 
   --
   You received this message because you are subscribed to the Google
 Groups
   Project Hosting on Google Code group.
   To post to this group, send email to
 google-code-hosting@googlegroups.com.
   To unsubscribe from this group, send email to
   google-code-hosting+unsubscr...@googlegroups.com.
   For more options, visit this group at
  http://groups.google.com/group/google-code-hosting?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To post to this group, send email to google-code-hosting@googlegroups.com.

 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Malware detected on project smartvizyonx.

2012-04-25 Thread Sverre Rabbelier
Deleted, thanks.

On Tue Apr 24 16:30:22 GMT-500 2012, Sébastien Duquette duque...@eset.com
wrote:

 Hi,

 Malware was detected on project smartvizyonx.

 http://smartvizyonx.googlecode.com/files/vshare-plugin-v7.exehttps://www.google.com/url?sa=Dq=http://smartvizyonx.googlecode.com/files/vshare-plugin-v7.exe
 Detection name: Win32/Polip virus
 SHA1: c3c84030ad603e320e9723233f8a0939a5b84c3d

 Regards

 --
 Sébastien Duquette
 Malware Researcher
 ESET Canada

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To post to this group, send email to google-code-hosting@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Malware detected on project vltkfree

2012-04-25 Thread Sverre Rabbelier
Taken care of, thanks.

On Tue Apr 24 16:43:25 GMT-500 2012, Sébastien Duquette duque...@eset.com
wrote:

 Hi,

 Malware was detected on project vltkfree.

 http://vltkfree.googlecode.com/files/VLTK.GameFree_y.comhttps://www.google.com/url?sa=Dq=http://vltkfree.googlecode.com/files/VLTK.GameFree_y.com
 Detection name: Win32/Spy.SCKeyLog.O trojan
 SHA1: de4fb38ee1924107cbaef4686939e2ca389285ba

 Regards

 --
 Sébastien Duquette
 Malware Researcher
 ESET Canada

 --
 You received this message because you are subscribed to the Google Groups
 Project Hosting on Google Code group.
 To post to this group, send email to google-code-hosting@googlegroups.com.

 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Access Not Allowed to Project

2012-04-25 Thread Sverre Rabbelier
Nathaniel can you give this another a second look? It appears the downloads
_are_ the source.

On Wed Apr 25 10:35:35 GMT-500 2012, bl4c...@gmail.com wrote:

 These files are skins for program DVBViewer I am the author.


 2012/4/25 Sverre Rabbelier srabbel...@google.com

 Project Hosting is for open source projects only. Do you have source code
 for the files you are hosting?
  On Apr 25, 2012 9:31 AM, bl4c...@gmail.com wrote:

 Ok I found the answer to my question of why banned?!
 https://groups.google.com/forum/#!topic/google-code-hosting/fjWsMnvTyGA
 Well I delete a file called DVBViewer , they are not any illegal versions
 of only the modified.
 Please restore my project and I will remove all modified versions of
 files. Thank you

 2012/4/25 Sverre Rabbelier srabbel...@google.com

 This project was banned for not being open source.


 On Tue Apr 24 16:59:39 GMT-500 2012, bl4c...@gmail.com wrote:

 Hello,

 I have question about my project link http://code.google.com/p/bl4ckhd.
 Why access is denied?

 Regards





-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Access Not Allowed to Project

2012-04-25 Thread Sverre Rabbelier
Reinstated.

On Wed Apr 25 13:05:19 GMT-500 2012, Sverre Rabbelier srabbel...@google.com
wrote:

 Nathaniel can you give this another a second look? It appears the
 downloads _are_ the source.

 On Wed Apr 25 10:35:35 GMT-500 2012, bl4c...@gmail.com wrote:

 These files are skins for program DVBViewer I am the author.


 2012/4/25 Sverre Rabbelier srabbel...@google.com

 Project Hosting is for open source projects only. Do you have source code
 for the files you are hosting?
  On Apr 25, 2012 9:31 AM, bl4c...@gmail.com wrote:

 Ok I found the answer to my question of why banned?!
 https://groups.google.com/forum/#!topic/google-code-hosting/fjWsMnvTyGA
 Well I delete a file called DVBViewer , they are not any illegal versions
 of only the modified.
 Please restore my project and I will remove all modified versions of
 files. Thank you

 2012/4/25 Sverre Rabbelier srabbel...@google.com

 This project was banned for not being open source.


 On Tue Apr 24 16:59:39 GMT-500 2012, bl4c...@gmail.com wrote:

 Hello,

 I have question about my project link http://code.google.com/p/bl4ckhd.
 Why access is denied?

 Regards





-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



Re: Access Not Allowed

2012-04-25 Thread Sverre Rabbelier
Project reinstated. Please do not use us as a resource host.

You are welcome to keep hosting your gadget source code with us, but do not
hotlink to those files.


On Wed Apr 25 14:49:30 GMT-500 2012, Sverre Rabbelier srabbel...@google.com
wrote:

 Please keep the list cc-ed.

 On Wed Apr 25 14:43:49 GMT-500 2012, Morteza Mirmojarabian 
 mor...@gmail.com wrote:

 Dear Sverre,

 Thanks for the answer! On my Google Code project all I have is gadgets I
 spent months to create and as you see only a couple of media files for demo
 purposes on my Google Sites how-tos. If that's the problem, please give me
 a chance to remove the media files and keep working on my gadgets. As I
 said all the gadgets are broken and hundreds of users are putting me under
 pressure for their sites problems and the time they spent finding and
 configuring the gadgets. If not, just let me retrieve my files so I can
 host them somewhere else. And if neither is possible, please don't ban my
 account from accessing others Google Code projects. I'm badly in need of
 your kind help!

 Best Regards
 Mori

 --
 “Love, the key that unlocks the bars of impossibility.
 http://sites.google.com/site/mori79/



-- 
You received this message because you are subscribed to the Google Groups 
Project Hosting on Google Code group.
To post to this group, send email to google-code-hosting@googlegroups.com.
To unsubscribe from this group, send email to 
google-code-hosting+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code-hosting?hl=en.



  1   2   >