Re: Request to increase quota for pr-comfac project

2014-12-01 Thread 'Mike Epstein' via Project Hosting on Google Code
The limitation on use of the source code does not mesh with any standard
open-source license I am aware of. If your project is not open-source, I
suggest you find another hosting platform. Thanks.

On Mon, Dec 1, 2014 at 3:16 PM, Mark overd...@gmail.com wrote:

 Hi, is this OK?

 Thanks,
 Mark

 On Wednesday, October 22, 2014 1:19:06 PM UTC+2, Mark wrote:

 Project name: pr-comfac

 Hi there,

 Would it be possible to increase our quota? At the moment we have only a
 couple of megabytes left.
 Thanks in advance!

 Regards,
 Mark

  --
 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/d/optout.


-- 
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/d/optout.


Re: Request to increase quota for pr-comfac project

2014-12-01 Thread Mark
Okay. I updated the file with the MIT license in it. Hopefully that should 
cover it :).

On Wednesday, October 22, 2014 1:19:06 PM UTC+2, Mark wrote:

 Project name: pr-comfac

 Hi there,

 Would it be possible to increase our quota? At the moment we have only a 
 couple of megabytes left.
 Thanks in advance!

 Regards,
 Mark


-- 
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/d/optout.


Re: Request to increase quota for pr-comfac project

2014-12-01 Thread 'Mike Epstein' via Project Hosting on Google Code
Thanks. I've doubled your quota.

On Mon, Dec 1, 2014 at 3:41 PM, Mark overd...@gmail.com wrote:

 Okay. I updated the file with the MIT license in it. Hopefully that should
 cover it :).

 On Wednesday, October 22, 2014 1:19:06 PM UTC+2, Mark wrote:

 Project name: pr-comfac

 Hi there,

 Would it be possible to increase our quota? At the moment we have only a
 couple of megabytes left.
 Thanks in advance!

 Regards,
 Mark

  --
 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/d/optout.


-- 
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/d/optout.


Captcha email problems

2014-12-01 Thread TFz
Google is not displaying the email addresses of project members on google 
code after I insert the correct captcha. Anyone else have this issue? 

-- 
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/d/optout.


fatal: 'googlecode' does not appear to be a git repository

2014-12-01 Thread john . m . harrold
Howdy,

I'm working out of a local copy of my google code git repository, and it's 
been a while since I pushed my changes to the server. When I try using the 
following commands:

git commit -a -m message
git push googlecode master:master

I'm getting the following error: 

fatal: 'googlecode' does not appear to be a git repository
fatal: Could not read from remote repository.

Like I said it's been a while since I updated. Has something changed on the 
backend that I need to account for? Or is there something else that's 
causing this failure?

Thanks
John

-- 
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/d/optout.


After converting svn repo to git, branches don't show up?

2014-12-01 Thread Pat
 

I used the web interface to change my project from svn to git.  Then, I 
converted my svn repository to git using the following commands inside of a 
staging directory:

$ git svn clone --stdlayout https://projectname.googlecode.com/svn projectname
$ cd projectname
$ git remote add googlecode https://code.google.com/p/projectname
$ git push --all googlecode
$ git push googlecode refs/remotes/tags/*:refs/tags/*
 

Still in the staging directory, the same one I ran the above commands in, 
If I do git branch -a I see all my branches listed like:

remotes/branch_name1
remotes/branch_name2
 

However, If I clone the project into a fresh directory and run git branch -a 
or git branch -r I don't see the branches. The only output I get is: 

git branch -a
 * master
 remotes/origin/HEAD - origin/master
 remotes/origin/master
git branch -r
 origin/HEAD - origin/master
 origin/master
 

What must I do during the conversion process or afterwards when I clone the 
project to be able to see all my branches? I'm sorry if this is a duplicate 
of another post, but I did search and I wasn't sure if the other questions 
applied here or not. Thanks for any help.

-- 
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/d/optout.


A project that contains copyright contents:

2014-12-01 Thread damage3025
https://code.google.com/p/kevin/

-- 
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/d/optout.


stolen .js

2014-12-01 Thread Tony Burns
 this user has only stolen code on his page everything he has has been
stolen from others writers and the original script is owned by
mafiademon.com
https://code.google.com/p/cuckadoodledoo/source/browse/#svn%2Fdemon

-- 
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/d/optout.


Re: A project that contains copyright contents:

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
 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
?



On Wed, Nov 26, 2014 at 1:55 AM, damage3...@gmail.com wrote:

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

 --
 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/d/optout.




-- 
-Mike

-- 
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/d/optout.


Re: stolen .js

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
 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
?



On Wed, Nov 26, 2014 at 4:22 AM, Tony Burns tbmafiawa...@gmail.com wrote:

  this user has only stolen code on his page everything he has has been
 stolen from others writers and the original script is owned by
 mafiademon.com
 https://code.google.com/p/cuckadoodledoo/source/browse/#svn%2Fdemon

 --
 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/d/optout.




-- 
-Mike

-- 
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/d/optout.


Abuse report for https://code.google.com/p/louisvuitton/

2014-12-01 Thread mo
I just got a spam e-mail containing links to pages in 
https://code.google.com/p/louisvuitton/, looks like a phishing site or 
selling counterfeit goods, something like that.


-- 
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/d/optout.


Immediate project delete

2014-12-01 Thread nikola . ivacic
Is there a possibility to request an Immediate project delete?

We have accidentally commited 3rd party data.

-- 
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/d/optout.


Re: Immediate project delete

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
Is this still an issue for you? You can reset your repository by going to
the Administer tab on the project page, then choose the Source tab,
then click on the Reset this project's repository link.

On Thu, Nov 13, 2014 at 9:07 AM, nikola.iva...@gmail.com wrote:

 Is there a possibility to request an Immediate project delete?

 We have accidentally commited 3rd party data.

 --
 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/d/optout.




-- 
-Mike

-- 
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/d/optout.


Re: Abuse report for https://code.google.com/p/louisvuitton/

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
thanks for the report

On Wed, Nov 26, 2014 at 8:05 AM, mo indyjo...@gmail.com wrote:

 I just got a spam e-mail containing links to pages in
 https://code.google.com/p/louisvuitton/, looks like a phishing site or
 selling counterfeit goods, something like that.


  --
 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/d/optout.




-- 
-Mike

-- 
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/d/optout.


Re: delete a project from google code

2014-12-01 Thread harshtahajyoti
Where have u found Advanced Tab?? 
Can u plz guide 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/d/optout.


Re: Inappropriate project

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
 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
?



On Mon, Nov 17, 2014 at 9:52 AM, kgiannak1...@gmail.com wrote:

 I have found this project: https://code.google.com/p/summerofxna/, which
 contains copyrighted material in the Downloads sections. I believe it
 should be taken down.

 --
 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/d/optout.




-- 
-Mike

-- 
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/d/optout.


Re: delete a project from google code

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
You can find it under the Administer tab on the project homepage

On Fri, Nov 14, 2014 at 6:48 AM, harshtahajy...@gmail.com wrote:

 Where have u found Advanced Tab??
 Can u plz guide 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/d/optout.




-- 
-Mike

-- 
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/d/optout.


Subversion backups failing

2014-12-01 Thread john . frommeyer
Hi,

The backup of our Subversion repository has been failing every night except 
one since about November 13. The dump always fails with an Unexpected HTTP 
status 502 'Bad Gateway' 
https://groups.google.com/forum/#!topic/google-code-hosting/2-4VlpDrzaA at 
some point.

Thanks,
John

-- 
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/d/optout.


Re: Subversion backups failing

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
Are you still having this problem?

On Fri, Nov 21, 2014 at 10:00 AM, john.fromme...@gmail.com wrote:

 Hi,

 The backup of our Subversion repository has been failing every night
 except one since about November 13. The dump always fails with an Unexpected
 HTTP status 502 'Bad Gateway'
 https://groups.google.com/forum/#!topic/google-code-hosting/2-4VlpDrzaA at
 some point.

 Thanks,
 John

  --
 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/d/optout.




-- 
-Mike

-- 
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/d/optout.


As to the multiple licenses of open soured chromium project

2014-12-01 Thread 游万里
Dear Google group:

When I read the web page https://code.google.com/multiple_licenses.html, I am 
not sure the “multiple licenses”’s meaning. Please help to provide me with the 
licenses’ information.

Now I am engaged in a Chinese software project based on the open soured 
chromium project.


“When a hosted project's license is multiple licenses, the code in the 
project is covered by more than one open source license. Each project 
component's license should be specified in the COPYING or LICENSE file, or in 
the comments directly inside the source code.

If you are unsure about which license applies to any given piece of a multiple 
licenses project, please contact the project's owners or send mail to 
google-code-hosting@googlegroups.commailto:google-code-hosting@googlegroups.com”.





游万里
知识产权部 (专利工程师)

奇虎360
电话:010-5878 1515
传真:010-5878 2755
手机:15801351314
邮件:youwa...@360.cnmailto:youwa...@360.cn
地址:北京市朝阳区酒仙桥路6号院(电子城*国际电子总部)2号楼100015
[说明: 说明: 
2-1-26]
[说明: 说明: 2-1-26]

-- 
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/d/optout.


Re: As to the multiple licenses of open soured chromium project

2014-12-01 Thread 'Mike Williams' via Project Hosting on Google Code
Projects with multiple licenses contain source code that have more than 1
license associated with them. Consider an example application that has some
kind of frontend/GUI that's covered under 1 license, and some
backend/processing code that's covered under another license.

On Thu, Nov 20, 2014 at 10:33 PM, 游万里 youwa...@360.cn wrote:

  Dear Google group:



 When I read the web page https://code.google.com/multiple_licenses.html,
 I am not sure the “multiple licenses”’s meaning. Please help to provide
 me with the licenses’ information.



 Now I am engaged in a Chinese software project based on the open soured
 chromium project.



 “When a hosted project's license is multiple licenses, the code in the
 project is covered by more than one open source license. Each project
 component's license should be specified in the COPYING or LICENSE file, or
 in the comments directly inside the source code.

 If you are unsure about which license applies to any given piece of a
 multiple licenses project, please contact the project's owners or send
 mail to google-code-hosting@googlegroups.com”.









 *游万里*

 *知识产权部* *(专利工程师)*



 *奇虎360*

 电话:010-5878 1515

 传真:010-5878 2755

 手机:15801351314

 邮件:youwa...@360.cn

 地址:北京市朝阳区酒仙桥路6号院(电子城•国际电子总部)2号楼100015

 [image: 说明: 说明: 2-1-26]
 

 [image: 说明: 说明: 2-1-26]



 --
 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/d/optout.




-- 
-Mike

-- 
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/d/optout.