Re: Will my project code be seen by everyone?

2011-07-12 Thread Ben Collins-Sussman
So put an open source license on it, along with your name as the
copyright holder, and require proper attribution in the license.
Copying is encouraged in open source;  plagiarism is not.   If
plagiarism were a common malady, nobody would write open source
software in the first place.  It's easy to detect.

On Tue, Jul 12, 2011 at 4:21 AM, Tiago Martins rafaconf...@gmail.com wrote:
 Hmm I see what open-source means now.
 My problem is that if it will be public until release, someone can
 just copy all my work team,
 and make it better, and say to public that was made by them.
 Can you see my problem?
 Thats why I want it private till release :s
 Thanks for your fast reply lars :)

 On 12 jul, 07:48, Lars Viklund zao...@gmail.com wrote:
 That doesn't sound proper open-source to me.
 You might want to consider a code hosting service with private alternatives
 like BitBucket (free for few user-project, monthly fee for more users) or
 GitHub (private repositories for any of the paid plans, free for academic
 use).

 On Tue, Jul 12, 2011 at 4:39 AM, Tiago Martins rafaconf...@gmail.comwrote:







  I dont get this yet ..
  I am learning how to use google code project hosting.
  When I host my project and start to make code and hosting it, will
  anyone see my code?
  Cos I just want my team to see it :x
  Thanks in advance!

 --
 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: how do i host a crx on google project hosting?

2011-07-11 Thread Ben Collins-Sussman
Set the svn:mime-type property on the file.
On Jul 10, 2011 9:32 AM, Chrome Underground chromeundergro...@gmail.com
wrote:
 how do i host a crx on google project hosting? i've seen it done in
 other projects sites like the pandora extension
 @http://code.google.com/p/pandora-extension/
 i've tried uploading one of my crxs but it gives the error must be
 hosted with content type x-chrome-extension.
 what do i have to do to make it just install correctly?
 someone out there please help

 --
 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: Project Without Source Code

2011-05-25 Thread Ben Collins-Sussman
If the source code isn't available to the public -- either on Google
Code or elsewhere -- then it's not an open source project.  He'll have
to stop using the google service.

On Wed, May 25, 2011 at 10:12 AM, Royall Spence
royallthefou...@gmail.com wrote:
 When I asked the leader of a project (http://code.google.com/p/
 modmii/) if he'd upload his source so I could make a port, he
 flippantly suggested that I use a decompiler.

 Google Code isn't the place for mysterious binaries, is it?

 --
 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: request to reset SVN to 0

2011-05-18 Thread Ben Collins-Sussman
You can do it yourself.  Go to your Source-Checkout tab and click the
'reset repository' link at the bottom of the page.

On Tue, May 17, 2011 at 11:29 AM, Eduardas F. tcpa...@gmail.com wrote:
 Hello, I'd like to request a reset of svn to 0.
 No backups will be needed, because I messed everything up, when
 importing general structure.
 Project page: http://code.google.com/p/l2j-via-postgresql/

 Than you in advance.

 --
 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: pre-revprop-change hook error when trying svnsync

2011-05-12 Thread Ben Collins-Sussman
That's a totally generic error message being created by the client,
and doesn't apply at all to Google's SVN server.  I can promise you
that our svn-on-bigtable service has no pre-revprop-change file,
because it has no filesystem at all.  :-)

The actual error code (405 Method Not Allowed) is the classic error
returned by a web proxy that disallows webdav requests (such as
PROPPATCH, in this case.)


On Wed, May 11, 2011 at 5:09 PM, Zack Grossbart zgrossb...@gmail.com wrote:
 Hello,

 I have a new Google code project.  I'm trying to use svnsync to push a
 local SVN repository into this new project.  I'm using this command
 line:

    svnsync init http://spiffyui.googlecode.com/svn/ svn://localhost

 When I run this command I get the following response:

 svnsync: DAV request failed; it's possible that the repository's pre-
 revprop-change hook either failed or is non-existent
 svnsync: At least one property change failed; repository is unchanged
 svnsync: Server sent unexpected return value (405 Method Not Allowed)
 in response to PROPPATCH request for '/svn/!svn/bln/0'

 This normally means you need to edit the pre-revprop-change hook to
 allow property changes.  I'm not sure how to do that.  Do you know how
 I can change this for my Google code project?

 Thanks,
 Zack

 --
 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: using svnsync

2011-04-25 Thread Ben Collins-Sussman
If you own the project, you can reset it yourself -- there's a link at
the bottom of the Source-Checkout page.

On Sun, Apr 24, 2011 at 7:56 AM, Christian Knobloch
derrealk...@gmail.com wrote:
 Hello,
 could you please reset the the repository of
 http://code.google.com/p/sally-project/ so I can use svnsync to sync the
 existing SourceForge project to Google Code?
 Thanks for your help!
 Regards
 Christian Knobloch

 --
 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: Can't commit

2011-04-25 Thread Ben Collins-Sussman
That error (405 Method Not Allowed) on a MKCOL request is the classic
sign of a web proxy that's blocking WebDAV requests.  Check and see
what's between you and the the Google service.

On Mon, Apr 25, 2011 at 4:01 PM, beecher adams koalaos...@gmail.com wrote:
 I have been trying to commit my latest changes to my svn but tortoise
 svn always gives me a hard time and says
 Server sent unexpected return value (405 Method Not Allowed) in
 response to
 MKCOL request for '/svn/!svn/wrk/995d15b1-da26-de4b-9c43-a645ef6b67a6/
 trunk/Dream%20scenes'
 I have svn selected for version control, I entered the generated
 password in
 How do I fix that

 --
 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: Can't commit

2011-04-25 Thread Ben Collins-Sussman
Try basic process of elimination... experiment with the variables:

Are you able to commit to other svn repositories not at google code?

Are you able to commit to your troublesome google code repository from a
different machine on a different network?
On Apr 25, 2011 4:42 PM, beecher adams koalaos...@gmail.com wrote:
 I don't have a web proxy, I disabled my firewall
 I don't know what to do
 Do you know of any services that might be causing problems?

 On Mon, Apr 25, 2011 at 2:22 PM, Ben Collins-Sussman suss...@google.com
wrote:

 That error (405 Method Not Allowed) on a MKCOL request is the classic
 sign of a web proxy that's blocking WebDAV requests. Check and see
 what's between you and the the Google service.

 On Mon, Apr 25, 2011 at 4:01 PM, beecher adams koalaos...@gmail.com
 wrote:
  I have been trying to commit my latest changes to my svn but tortoise
  svn always gives me a hard time and says
  Server sent unexpected return value (405 Method Not Allowed) in
  response to
  MKCOL request for '/svn/!svn/wrk/995d15b1-da26-de4b-9c43-a645ef6b67a6/
  trunk/Dream%20scenes'
  I have svn selected for version control, I entered the generated
  password in
  How do I fix that
 
  --
  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: ToS

2011-04-15 Thread Ben Collins-Sussman
What you hear is true:  it's fine to use components a-la-carte (e.g.
just the issue tracker), but the project itself must still be an
opensource project.  In other words, the app's sourcecode still must
be public *somewhere*.  If it's not an opensource project, then you'll
need to find a different issue tracker.


On Thu, Apr 14, 2011 at 11:00 AM, Tills13 till...@gmail.com wrote:
 Over at reddit.com/r/baconreader, we are looking for a method of
 tracking and organizing bug reports and feature requests.
 Unfortunately, the application is, and will not become open source. I
 have been told that you are required, to host content on Google Code,
 that the project must be open source. However, the way we would like
 to set it up is that no code will be hosted on Google Servers, and we
 will only be using the Issue Tracking application that is provided
 with Project Sites.

 Would it be possible to use the issue tracking application provided by
 you guys while staying within the bounds of the ToS restricting use to
 Open Source applications?

 --
 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: svn: Commit failed

2011-04-09 Thread Ben Collins-Sussman
You're using the wrong username and password.
On Apr 9, 2011 10:16 AM, barkin basaran bbasara...@gmail.com wrote:
 Hi ,

 I copy and paste my google code svn commit error here. I use Linux
 (Pardus) system. If you have any solution, please help me.



 barkin@barkin my-project-touchfreegame $ svn commit

 Log message unchanged or not specified
 (a)bort, (c)ontinue, (e)dit:
 c
 Authentication realm: https://my-project-touchfreegame.googlecode.com:
 443 Google Code Subversion Repository
 Password for 'barkin':
 svn: Commit failed (details follow):
 svn: Server sent unexpected return value (500 Internal Server Error)
 in response to MKACTIVITY request for '/svn/!svn/act/
 fea79ff1-88bf-4f17-988c-3214644a9f71'

 --
 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: Issue list takes forever to load

2011-03-31 Thread Ben Collins-Sussman
On Thu, Mar 31, 2011 at 10:35 AM, anatoly techtonik techto...@gmail.com wrote:
 On Thursday, March 31, 2011 6:24:13 PM UTC+3, augie wrote:

 Sorry for not responding sooner - we were having some slight issues

 ~an hour ago, but it's all resolved now. Sorry about the trouble.

 Thanks, Augie. I didn't expect anybody to reply that soon - it is 8.30am in
 California if I am not mistaken. =)

The Google Code team is mostly in Chicago.  :-)

-- 
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: Change from lowercase to uppercase has denied Windows users access to the svn

2011-03-24 Thread Ben Collins-Sussman
svn move URL1 URL2
On Mar 24, 2011 6:50 AM, Latygen latygent...@gmail.com wrote:
 Between two revisions of our code (37 and 38) a file name was changed
 from
 appointmenttype.hbm.xml
 to
 AppointmentType.hbm.xml

 From what we can tell, this is the reason that the Windows users can
 no longer download the current subversion of our code, while the Linux
 user still can(I'm told that is because Linux doesn't care about case
 in it's file names). Is there anyway to give the Windows users their
 access back without screwing up the working code by renaming the file
 on our end?

 --
 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: Cannot commit changes to Google Code under Eclipse + Subclipse

2011-03-22 Thread Ben Collins-Sussman
Give us specifics.  Like the name of the project, names of the accounts
involved, and a transcript of the errror the other person is getting.
On Mar 22, 2011 6:48 AM, RGs studio4y...@gmail.com wrote:
 i have a project on Google Code,
 i can commit changes to Google Code under Eclipse + Subclipse with my
 Google Account Name + Google Code Password successfully.


 i add a collaborator to Google Code People and grant commit privilege
 to him, however, he cannot commit under same circumstances.
 he tried Google Account Name + Google Code Password, ***@gmail.com +
 Google Code Password, ***@gmail.com + Gmail Password
 and i tried grant owner privilege to him, but we are all failed to
 commit the changes, so please help me.

 thx.

 --
 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: Hidden commits?

2011-03-22 Thread Ben Collins-Sussman
Can you be more specific?  I don't see any missing revision numbers on
http://code.google.com/p/cellao/source/list -- no matter how far back in
time I go.  So you'll need to give us an example.
On Mar 22, 2011 6:48 AM, Al Gorithman algorith...@aocell.info wrote:
 our project cellao is experiencing a odd behaviour.
 it doesnt show the commits of our newest committer.
 SVN working perfect, just code.google.com doesn't show them.

 --
 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: Committers are not able to change their own commit log messages?

2011-03-21 Thread Ben Collins-Sussman
I think we were simply being conservative when we launched our svn
service years ago.  Log messages are unversioned metadata, so editing
them is a lossy/destructive process.  We figured those facts, combined
with the assumption that log messages rarely get edited, means it was
best to give that power only to project owners.

I can see the argument for what you're doing -- maybe file a feature
request to loosen this restriction?   Of course, a workaround would be
to store the backport signals in some other revision-property that you
invent.  (I think svn:log is special-cased to only allow owner edits.)

On Mon, Mar 21, 2011 at 2:07 PM, Mike Ratcliffe
sabine.michael.ratcli...@gmail.com wrote:
 I work on Firebug but have one annoyance shared by everybody else that
 commits to the project. We often add things to the commit log messages
 to signal that a change should be ported to a previous version e.g.
 [1.7] but I often forget to do this.

 Sadly, committers are not able to edit the log messages of their own
 commits so they have to contact the project owners and ask them to
 change the log message ... if a committer created the message then
 surely they should have the ability to change it?

 --
 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: Project existing only for Issue tracker and Wiki

2011-03-21 Thread Ben Collins-Sussman
It's perfectly fine for opensource projects to use Google Code
projects 'a la carte' -- just the issue tracker, just downloads, etc.
*As long as they're open source*.  In other words, the source code
needs to be available *somewhere*.  Ask the project owner for the
source.  (I didn't see a reference to it on their main website.)  If
it's not available, then yeah, they're violating the terms of service.

On Mon, Mar 21, 2011 at 7:56 PM, Lord.Quackstar
lord.quacks...@gmail.com wrote:
 I've found a project that is using Google Code only for its issue
 tracker and wiki:

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

 Since there's no source code hosted here, is this type of project
 allowed?

 --
 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: 403 Forbidden

2011-03-14 Thread Ben Collins-Sussman
On Mon, Mar 14, 2011 at 10:59 PM, Latif Khalifa lati...@streamgrid.net wrote:
 What project?
 What is the exact command that your server is trying to run, and what is the
 exact response that you're getting back from us?
 From what IP address are you trying to contact our servers? Is there any
 chance that you're being affected
 by http://code.google.com/p/support/issues/detail?id=5009?
 -Nathaniel

 Does it really need to take a month for Google to restore SVN access
 to affected networks? Is there some way you guys could bump up the
 priority of that one?

The ip-geo mapping database is huge and continuously shifting;
there's a whole team in charge of it.  There is no just fix all
networks magic button to press, since we don't know which data is bad
unless users point it out.  When users point out a mismapped IP block,
it gets fixed.  Then we wait for users to report another similar bug
on a different IP block.

In other words:  this isn't a single bug that hasn't been fixed yet --
it's a bunch of similar bugs that keep popping up recently, and they
*are* being fixed individually.

-- 
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: public visibility of code

2011-03-06 Thread Ben Collins-Sussman
Sorry, this is not possible.  Google Code Project Hosting is only for
open-source projects, and what you want to do is not open source.


On Sun, Mar 6, 2011 at 7:59 PM, biznexttime vivek@gmail.com wrote:

 Hello all,

 Can we make the visibility of our project's code private ? So, that
 others may not look into the code?

 I just want to give a download link for exe, not the source code.

 -Thanks

 --
 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: Iweb banned /21 range.

2011-03-05 Thread Ben Collins-Sussman
Yes, the U.S. government requires that we restrict access to certain
countries, due to export control laws (e.g. the potential for open-source
crypto code to be distributed.)  Click on the 'terms' link at the bottom of
any page, and you can see in section 5:

Users residing in countries on the United States Office of Foreign Assets
Control sanction list, including Cuba, Iran, North Korea, Sudan and Syria,
may not post or access Content available through the Google Code website.



On Sat, Mar 5, 2011 at 4:03 AM, Bernd Kreuss prof7...@googlemail.comwrote:

 On 02.03.2011 18:20, Augie Fackler wrote:
  This is probably a defect in our GeoIP logic.

 Does this mean you are banning entire locations from accessing
 googlecode? Is there a list of these locations somewhere?

 --
 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: Problem with google code svn

2011-03-04 Thread Ben Collins-Sussman
Sorry, I have no ideas, since the repository is clearly up and working,
including that path.  OPTIONS is the very first request an svn client sends
to a repository when it connects -- a simple read, which never requires
authentication.  I'm unable to reproduce the problem.

Perhaps it's something specific to that machine?  For example, can you run
an 'svn ls URL' from the commandline of the TeamCity computer?

On Fri, Mar 4, 2011 at 2:27 AM, Latif Khalifa lati...@streamgrid.netwrote:

 Hi Ben,

 The same configuration has been working for about two years.

 The actual error it's getting is:

 svn: OPTIONS of '/svn/libopenmetaverse/trunk': 403 Forbidden
 (http://libopenmetaverse.googlecode.com)

 So svn OPTIONS on
 http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk/ is
 failing and that is certainly a valid path.

 Latif

 On Fri, Mar 4, 2011 at 4:45 AM, Ben Collins-Sussman suss...@google.com
 wrote:
  Um, I don't think this has anything to do with Google Code.  Your
 TeamCity
  config is messed up somehow -- it's trying to read the repository path
  /buildroot/trunk/, and that directory doesn't exist (hence the 403
 error).
   And as far as I can tell (looking through the repository's history),
 that
  repository path has never existed.
 
  On Thu, Mar 3, 2011 at 6:18 PM, Latif Khalifa lati...@streamgrid.net
  wrote:
 
  Btw. you can see example of failures:
 
 
 
 http://tc.openmetaverse.org/project.html?projectId=project13tab=projectOverviewguest=1
 
 
 http://tc.openmetaverse.org/project.html?projectId=project2tab=projectOverviewguest=1
 
  Latif
 
  On Thu, Mar 3, 2011 at 11:25 PM, Latif Khalifa lati...@streamgrid.net
  wrote:
   Hi,
  
   We're running continuous integration service for a few opensource
   projects using TeamCity from JetBrains. Looks like TeamCity is having
   trouble contacting subversion repositories at Google Code. It fails
   with:
  
   svn: OPTIONS of '/svn/libopenmetaverse/trunk': 403 Forbidden
   (http://libopenmetaverse.googlecode.com)
  
   I don't know when this problem started, but it is within the last
   couple of weeks.
  
 
  --
  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: Advertising commercial project -- is it allowed/appropriate?

2011-03-04 Thread Ben Collins-Sussman
On Fri, Mar 4, 2011 at 9:07 AM, mooredan moore...@suncup.net wrote:

 I am a member of the s3fs project. The owner has a commercial product
 based upon the open source code and advertises it on the google code
 project. It can be seen here: http://code.google.com/p/s3fs/

 Is this advertising allowed (or even appropriate)?


There's nothing inherently wrong with a pointer to a commercial fork of the
software.

However, just glancing at the project, it seems like the code is under a GPL
license, and thus the derived commercial fork must also be under the GPL.  I
don't see the author offering the full source code for the commercial
product, so it seems like a big GPL violation.

(If the project were under an Apache or BSD-type license, what he's doing
would be perfectly legal.)

That said, we are not lawyers.  You and the other committers to the project
should do your own investigation on this.

-- 
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: Problem with google code svn

2011-03-04 Thread Ben Collins-Sussman
Well, let's try the next logical steps.  Can the svn client on that machine
'svn ls' against the root of that repository?  How about against a
completely different googlecode repository?  How about against some other
svn repository not on googlecode (like http://svn.apache.org/repos/asf/ ) ?

My suspicion is that there's something broken about that machine -- like a
firewall inside it, close to it, etc.


On Fri, Mar 4, 2011 at 11:47 AM, Latif Khalifa lati...@streamgrid.netwrote:

 Yes, I get the same error:

 $ svn ls
 http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk/

 svn: Server sent unexpected return value (403 Forbidden) in response
 to OPTIONS request for
 'http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk'


 On Fri, Mar 4, 2011 at 1:43 PM, Ben Collins-Sussman suss...@google.com
 wrote:
  Sorry, I have no ideas, since the repository is clearly up and working,
  including that path.  OPTIONS is the very first request an svn client
 sends
  to a repository when it connects -- a simple read, which never requires
  authentication.  I'm unable to reproduce the problem.
  Perhaps it's something specific to that machine?  For example, can you
 run
  an 'svn ls URL' from the commandline of the TeamCity computer?
 
  On Fri, Mar 4, 2011 at 2:27 AM, Latif Khalifa lati...@streamgrid.net
  wrote:
 
  Hi Ben,
 
  The same configuration has been working for about two years.
 
  The actual error it's getting is:
 
  svn: OPTIONS of '/svn/libopenmetaverse/trunk': 403 Forbidden
  (http://libopenmetaverse.googlecode.com)
 
  So svn OPTIONS on
  http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk/ is
  failing and that is certainly a valid path.
 
  Latif
 
  On Fri, Mar 4, 2011 at 4:45 AM, Ben Collins-Sussman suss...@google.com
 
  wrote:
   Um, I don't think this has anything to do with Google Code.  Your
   TeamCity
   config is messed up somehow -- it's trying to read the repository path
   /buildroot/trunk/, and that directory doesn't exist (hence the 403
   error).
And as far as I can tell (looking through the repository's history),
   that
   repository path has never existed.
  
   On Thu, Mar 3, 2011 at 6:18 PM, Latif Khalifa lati...@streamgrid.net
 
   wrote:
  
   Btw. you can see example of failures:
  
  
  
  
 http://tc.openmetaverse.org/project.html?projectId=project13tab=projectOverviewguest=1
  
  
  
 http://tc.openmetaverse.org/project.html?projectId=project2tab=projectOverviewguest=1
  
   Latif
  
   On Thu, Mar 3, 2011 at 11:25 PM, Latif Khalifa 
 lati...@streamgrid.net
   wrote:
Hi,
   
We're running continuous integration service for a few opensource
projects using TeamCity from JetBrains. Looks like TeamCity is
 having
trouble contacting subversion repositories at Google Code. It fails
with:
   
svn: OPTIONS of '/svn/libopenmetaverse/trunk': 403 Forbidden
(http://libopenmetaverse.googlecode.com)
   
I don't know when this problem started, but it is within the last
couple of weeks.
   
  
   --
   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: Delete File

2011-03-03 Thread Ben Collins-Sussman
svn cannot lose data -- history is unchangeable, and thus the repository can
only grow bigger over time.  If there's something sensitive in there, your
only choice is to wipe (reset) the repository to emptiness, and reimport
source code.

If you want to preserve as much history as possible, then it's a much bigger
project.  You need to svnsync the history to a local repository, dump it to
a dumpfile, edit the dumpfile, rebuild a new local repository with the
edited history, then svnsync the new repository back up to googlecode.  The
us...@subversion.tigris.org list can help with you that complex procedure,
as well as the online svn book.


On Thu, Mar 3, 2011 at 8:53 AM, ox...@yahoo.com wrote:

 Is there a way to completely delete a file in your project. It was
 commited through svn and is in my source file.

 --
 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: Problem with google code svn

2011-03-03 Thread Ben Collins-Sussman
Um, I don't think this has anything to do with Google Code.  Your TeamCity
config is messed up somehow -- it's trying to read the repository path
/buildroot/trunk/, and that directory doesn't exist (hence the 403 error).
 And as far as I can tell (looking through the repository's history), that
repository path has never existed.

On Thu, Mar 3, 2011 at 6:18 PM, Latif Khalifa lati...@streamgrid.netwrote:

 Btw. you can see example of failures:


 http://tc.openmetaverse.org/project.html?projectId=project13tab=projectOverviewguest=1

 http://tc.openmetaverse.org/project.html?projectId=project2tab=projectOverviewguest=1

 Latif

 On Thu, Mar 3, 2011 at 11:25 PM, Latif Khalifa lati...@streamgrid.net
 wrote:
  Hi,
 
  We're running continuous integration service for a few opensource
  projects using TeamCity from JetBrains. Looks like TeamCity is having
  trouble contacting subversion repositories at Google Code. It fails
  with:
 
  svn: OPTIONS of '/svn/libopenmetaverse/trunk': 403 Forbidden
  (http://libopenmetaverse.googlecode.com)
 
  I don't know when this problem started, but it is within the last
  couple of weeks.
 

 --
 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: Couldn't get lock on destination repos

2011-02-25 Thread Ben Collins-Sussman
The svn:lock property is still sitting on your revision 0, which is the
lock-object left behind by a crashed svnsync:

$ svn proplist --revprop -r0 https://ngi.googlecode.com/svn
Unversioned properties on revision 0:
  svn:sync-from-uuid
  svn:sync-lock
  svn:sync-currently-copying
  svn:sync-last-merged-rev
  svn:sync-from-url
  svn:date

Looks like your command isn't using the correct URL.  There's no 'svn'
argument -- the 'svn' part is the end of the URL.  (The URL is the root of
your repository.)

-- 
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: Using both SVN and Hg?

2011-02-25 Thread Ben Collins-Sussman
Your guess is correct:  the svn repository becomes read-only.  (Do our docs
not actually say that explicitly?)

On Fri, Feb 25, 2011 at 6:14 AM, SJML lieseg...@gmail.com wrote:

 According to the Hg conversion steps listed here:
 https://code.google.com/p/support/wiki/ConvertingSvnToHg

 Your old Subversion project will still be accessible after you switch
 your project to using Mercurial, so you will not need to back up your
 repository before switching. Your Subversion repository will remain
 accessible at: https://projectname.googlecode.com/svn/;

 I realize this may be obvious, but I wanted to be sure before I pull
 the trigger on anything -- does this mean that the SVN repository
 remains fully active, in that we could continue to commit to it? Or
 does accessible mean that it's a read-only kind of thing?

 --
 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: Contacting Google Code

2011-02-25 Thread Ben Collins-Sussman
Go to any page on Project Hosting, click the Terms link at the bottom of
the page.  Then look at item #6, which has a specific link to removing
content from Google, which will ultimately take you to a DMCA takedown
form.


On Fri, Feb 25, 2011 at 10:23 AM, Kirk Stowell kstow...@codejock.comwrote:

 Alright, maybe I am missing the obvious, but, how do you contact
 ANYONE on this site?  I need to report a copyright violation and there
 is NO WHERE TO DO THIS!?!

 Just circular links that take you round and round and round, never
 giving you an email address or heaven forbid an actual form to fill
 out.

 I just want to report someone illegally posting code for heavens
 sake.  Why can't Google make it easy for people to contact them.

 Thanks!

 --
 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: Problem with googlecode

2011-02-25 Thread Ben Collins-Sussman
You hit the limit of 25 project creations.  (The limit is there to protect
against spambots.)  I've increased your limit.


On Fri, Feb 25, 2011 at 11:56 AM, Patryk Jar jar.pat...@gmail.com wrote:

 I have had a weird problem with google code.
 I can't create ew project

 It says*

 *Your options:

- Wait 24 hours and then try this action again.
- Ask another member of your project to perform the action for you.
- Contact us google-code-hosting@googlegroups.com for further
assistance.

 It's not the first time it has happened.

 Best regards
 Patryk Jar

 --
 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: 500 Server Error

2011-02-22 Thread Ben Collins-Sussman
Where are you located?  What is the exact command you're typing?

On Mon, Feb 21, 2011 at 12:06 PM, Renaud Delbru renaud.del...@gmail.com wrote:
 Hi,

 since sunday, I am trying to checkout the project [1], but I always
 got a 500 server error.
 Any idea why ?

 [1] http://code.google.com/a/apache-extras.org/p/luceneutil/source/checkout

 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.



-- 
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: 403 Forbidden - even when browsing code.google.com

2011-02-21 Thread Ben Collins-Sussman
We don't need your IP address, we need to know what you're trying to
do.  All you've said was TortoiseSVN throws access forbidden.  Are
you doing a checkout?  A commit?  A merge?  We need to know the
*exact* command you're typing and the *exact* error you see.

If possible, try using the commandline svn client as well, and show us
the exact transcript.



On Sun, Feb 20, 2011 at 8:30 PM, phuongdh phuon...@gmail.com wrote:
 My IP is 173.248.134.120. I could update/commit from other computers,
 just not this one. This one is the most important though, so I'd
 really appreciate if you could help me. Thanks.

 On Feb 20, 10:12 pm, Ben Collins-Sussman suss...@google.com wrote:
 There's nothing wrong with your project or account... so you'll need to give
 us much more detail to diagnose.

 --
 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: Host a web service on Google code

2011-02-21 Thread Ben Collins-Sussman
Sorry, Project Hosting on Google Code is only for developing open
source software, not for hosting websites, blogs, or web apps.  You
should try Google App Engine if you'd like to host a webservice.

On Mon, Feb 21, 2011 at 8:33 AM, renasis robertneilmil...@gmail.com wrote:
 Hello,

 I have a webservice that I would like to host? Is it possible to put
 this on Google Code?

 Thanks,

 -ren

 --
 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: 403 Forbidden - even when browsing code.google.com

2011-02-20 Thread Ben Collins-Sussman
There's nothing wrong with your project or account... so you'll need to give
us much more detail to diagnose.
On Feb 20, 2011 9:08 AM, phuongdh phuon...@gmail.com wrote:
 Hi there,
 TortoiseSVN throws access forbidden, so I go to http://code.google.com
 and this is what I get:

 Forbidden
 Your client does not have permission to get URL / from this server.

 I have updated/committed from this machine many times. Is my IP banned
 or something?

 --
 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: Uploading 108 MB to Google Code

2011-02-17 Thread Ben Collins-Sussman
Granted!

On Thu, Feb 17, 2011 at 1:41 PM, Arni Magnusson arn...@hafro.is wrote:
 Hi there,

 First I want to thank you for the excellent service that Google Code
 provides. Both users and developers of the open-source AD Model Builder
 statistical software (http://admb-project.org,
 http://code.google.com/p/admb-project/) benefit greatly from Google Code.

 I am currently trying to upload a new release of ADMB-IDE called
 admb-ide-452-1(64).zip which is an open-source IDE for AD Model Builder.
 It is an aggregate of six components: ADMB, Emacs, GCC, GDB, and two
 packages that weave the other components together.

 The problem is that my admb-ide-452-1(64).zip is 108 MB, which exceeds the
 100 MB limit set by Google Code, and can therefore not be uploadeed. As each
 individual component (especially GCC and Emacs) grows with each release, it
 was only a matter of time when ADMB-IDE would hit the 100 MB ceiling. The
 components are bundled together in their most

 The very idea behind ADMB-IDE is to make it easy for the user to set up all
 six components in one easy step, so the solution is not to break ADMB-IDE up
 into smaller pieces. Rather, I hope that Google Code can increase the
 maximum file size for http://code.google.com/p/admb-project/.

 Right now I'm considering recompression (advzip) or an alternative archive
 format (bz2, gz, xz) to squeeze admb-ide-452-1(64).zip below 100 MB, but
 the components will continue to grow, so increasing the limit to, say 200
 MB, would be very much appreciated.

 Arni

 --
 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: Proprietary code found

2011-02-17 Thread Ben Collins-Sussman
Hi Byron,

From our Terms of Service (http://code.google.com/projecthosting/terms.html):

It is our policy to respond to notices of alleged infringement that
comply with the United States' Digital Millennium Copyright Act or
other applicable law and to terminating the accounts of repeat
infringers. For more information, please go to [Removing Content From
Google.]

To file a DMCA takeddown, the link is
http://www.google.com/support/bin/static.py?page=ts.csts=1114905



On Thu, Feb 17, 2011 at 4:06 PM, byron byron...@gmail.com wrote:
 Hi,
 I'm the author and copyright holder of the Floatbox javascript effects
 library.  (http://randomous.com/floatbox/home).  I have found through search
 two instances of my code for Floatbox posted on code.google.com.  These
 projects do not have any permission to use or post my code and the Floatbox
 code is not open source.  I will follow-up and try to contact the project
 participants directly regarding this issue, but I would appreciate it if you
 could remove my code from your service as soon as possible.
 Two places where I have found my code posted are:
 http://code.google.com/p/revistavenus/source/browse/trunk/revista_venus/webroot/js/floatbox/?r=11
 http://code.google.com/p/easy2modx/source/browse/trunk/assets/libs/floatbox/?r=2#floatbox%253Fstate%253Dclosed
 It would be great if you could also initiate a search for floatbox.js across
 your service and remove the package from any other projects that may have
 incorporated my software.
 Thanks very much...
 ...Byron McGregor

 --
 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: owner for project hg4j was changed without notification

2011-02-15 Thread Ben Collins-Sussman
Vasja, see the thread below.  There was no activity in the project for
6 months, no code.  There were multiple attempts made to contact you,
and no reply.  So the project was turned over to t-mate.


-- Forwarded message --
From: Nathaniel Manista nathan...@google.com
Date: Fri, Feb 4, 2011 at 11:59 PM
Subject: Re: Hg4J project on Google Code.
To: Alexander Kitaev kit...@gmail.com
Cc: google-code-hosting@googlegroups.com


On Fri, Feb 4, 2011 at 10:04 AM, Alexander Kitaev kit...@gmail.com wrote:

 I'm an owner and CEO of a small software development company TMate
 Software (htttp://svnkit.com/). We're interested in taking ownership
 over the Hg4J project which is currently hosted on the Google Code
 Hosting. We're actively working on an Open Source Hg4J library (see
 project web site at http://hg4j.com/ and project source code in
 mercurial repository at http://hg.hg4j.com/hg4j/).

 About us:

 - TMate Software is known for its SVNKit library (Java version of
 Subversion) and SQLJet (Java version of SQLite).
 - We host SQLJet at Google Code.
 - We own hg4j.com domain name.
 - Hg4J is an Open Source project.
 - We use Google Apps to manage hg4j emails and hg4j-users mailing list.

 About Hg4J at Google code:

 - Project was started on 23 of Sempteber 2010
 - There is no source code (single commit with repository structure),
 no wiki, no issues (except for the one I've submitted).

 We tried to contact hg4j owner in two ways:

 1. We've sent him an email to vasiliij.pup...@googlemail.com and did
 not receive any reply.
 2. We've submitted an issue to the project page:
 http://code.google.com/p/hg4j/issues/detail?id=1 and received no
 reply.

 We plan to use hg4j at Google Code to host wiki and issues tracker for
 Hg4J project, plus to keep a clone of project's Mercurial repository.

Done. Thank you for your very detailed request.
-Nathaniel

--
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: Restriction on public access of source code

2011-02-06 Thread Ben Collins-Sussman
Sorry, not possible.  That wouldn't be open source software, and this
service is only for open source.
On Feb 6, 2011 12:54 PM, shahbazyou...@gmail.com shahbazyou...@gmail.com
wrote:
 Can we prevent others from accessing my source code.I just want the
 members i added to access it.
 Help please.

 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.


-- 
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: Deleting a project

2011-02-06 Thread Ben Collins-Sussman
Administer - Advanced - Delete Project

On Sun, Feb 6, 2011 at 9:07 PM, Ariel Rivas arielcri...@gmail.com wrote:

 Please tell me how to delete my projects.

 Thanks

 --
 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: I screwed up.

2011-01-31 Thread Ben Collins-Sussman
Subversion history is immutable, sorry.  Just clean up the 'latest'
tree and make it look right.  It doesn't matter if there are mistakes
in the history.  :-)

On Mon, Jan 31, 2011 at 2:06 AM, Jesse McNeil darkeningab...@gmail.com wrote:
 So I'm working on a project of mine and a friend set up the google
 project and uploaded my code.. So after updating the code I asked how
 I could add a revision and he told me about svn, gave me admin, etc.

 So I tried to do some revision adding using google to find out how,
 but ended up screwing up twice.
 So I now have 2 pointless revisions I want to remove, and still need
 to add the actual revision... Anyone know how I can do that lol.

 --
 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: I screwed up.

2011-01-31 Thread Ben Collins-Sussman
The project admin can completely wipe out the repository, yes, but
that's the nuclear option.  :-)

On Mon, Jan 31, 2011 at 10:53 AM, Scott Kirkwood sc...@forusers.com wrote:
 I believe that the administrator also has a reset feature under
 Administer/Source.
 But I agree that having a history that is messed up a little, is not usually
 a problem.

 On Mon, Jan 31, 2011 at 11:02 AM, Ben Collins-Sussman suss...@google.com
 wrote:

 Subversion history is immutable, sorry.  Just clean up the 'latest'
 tree and make it look right.  It doesn't matter if there are mistakes
 in the history.  :-)

 On Mon, Jan 31, 2011 at 2:06 AM, Jesse McNeil darkeningab...@gmail.com
 wrote:
  So I'm working on a project of mine and a friend set up the google
  project and uploaded my code.. So after updating the code I asked how
  I could add a revision and he told me about svn, gave me admin, etc.
 
  So I tried to do some revision adding using google to find out how,
  but ended up screwing up twice.
  So I now have 2 pointless revisions I want to remove, and still need
  to add the actual revision... Anyone know how I can do that lol.
 
  --
  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: Cannot commit

2011-01-30 Thread Ben Collins-Sussman
'svn commit' is prompting you for a password, right?  If you're not
passing --username to it, then it's picking up your 'whoami' username
instead by default.  Try adding --username to the commit prompt (and
if you're comfortable, allow svn to cache the username/password
combo.)

What's going on here is that our old svn server used to
password-challenge the client on *any* https access.  Our new svn
server only challenges on *writes*.  Thus adding --username to a
checkout command is utterly ignored;  the client only pays attention
to it when challenged by the server.


On Sun, Jan 30, 2011 at 6:42 PM, David Rosenbaum djr...@gmail.com wrote:
 Hello,

 I own the project cl-lex and cannot commit changes from git or svn
 (this used to work fine).

 When I checkout the code using

 git svn clone --username djr...@gmail.com -s https://cl-lex.googlecode.com/svn

 I am not prompted for my googlecode password and when I try to commit
 with

 git svn dcommit

 I get the error

 Committing to https://cl-lex.googlecode.com/svn/trunk ...
 URL access forbidden for unknown reason: access to '/svn/!svn/act/
 d6e3eb47-e501-46d0-9a79-8c26e050c848' forbidden at /usr/lib/git-core/
 git-svn line 4439

 I also tried to checkout the code using the command

 svn checkout https://cl-lex.googlecode.com/svn/trunk/ cl-lex --
 username djr...@gmail.com

 As with git, I was not prompted for my googlecode password.  Attempts
 to commit with

 svn commit

 failed with the error

 svn: Commit failed (details follow):
 svn: access to '/svn/!svn/act/3196e34a-2044-4303-a800-9306705a25c2'
 forbidden

 Any suggestions would be appreciated.

 Thanks

 --
 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: How to?

2011-01-23 Thread Ben Collins-Sussman
If the source is posted as a .zip package or somesuch under a
project's 'Downloads' tab, then you can just download the bundle with
your browser as usual.  If the source is being stored in a version
control system like Subversion or Mercurial (browseable under the
project's 'Source' tab), then you'll need a version control client to
suck down the code.

On Sun, Jan 23, 2011 at 2:51 PM, Eli qweert...@gmail.com wrote:
 I'm new to Google Code, and I was wondering if I needed to download
 anything before I'm able to download the source to something?

 --
 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: Changing description later

2011-01-23 Thread Ben Collins-Sussman
Yes, you can update the description (along with all other metadata)
later on in the project's Administration tab.  The only thing that's
immutable is the project's name.

The description field uses the same wiki markup as other wiki pages
for the project.

On Sun, Jan 23, 2011 at 3:28 PM, Samaneh Bayat samaneh.ba...@gmail.com wrote:
 Hi,

 I started to create a new project, and it asks for description of the
 project while there is no sign that I will be able to update (make
 changes) it later. Could you please tell me whether it is possible to
 update the description later? I don't feel that I can provide a good
 description at this time, I have an initial description, but the
 project is under development yet, so I wish to be able to update it
 with important features that come soon.

 Also, can we use HTML tags in the description to make it look nicer
 and link to previous works (my project is based on another project)?

 Best,
 Samaneh

 --
 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: Unable to commit to SVN

2011-01-22 Thread Ben Collins-Sussman
What you're doing wrong is using your gmail password.  Go read the
instructions on your project's Source-Checkout page.  :-)
On Jan 22, 2011 7:56 PM, Alec Taylor alec.tayl...@gmail.com wrote:
 I've been unable to commit changes to the SVN using TortoiseSVN [after
 I've checked out].

 I used my GMail password and username (tried both with @gmail.com and
 without).

 Could you please tell me what I'm doing wrong?

 Thank you,

 Alec Taylor

 --
 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.comgoogle-code-hosting%2bunsubscr...@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: How to deal with sub-projects or: multiple Mercurial repositories

2011-01-19 Thread Ben Collins-Sussman
On Wed, Jan 19, 2011 at 2:16 PM, Hannes H. dub...@gmail.com wrote:

 Is it possible to host more than one Mercurial
 repository with one single Google Code project

Yes.

Administer-Source-Repositories-New Repository

-- 
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: android-apktool is not open source

2011-01-17 Thread Ben Collins-Sussman
Thanks, Luke.  We've given him warning to publish all source code,
lest we take down the project.

On Mon, Jan 17, 2011 at 6:26 AM, Luke Dunstan lukedunsta...@gmail.com wrote:
 Hi,
 The following project does not release source
 code: http://code.google.com/p/android-apktool/
 Surprisingly, he even admits this in the
 FAQ: http://code.google.com/p/android-apktool/wiki/FAQ
 Where can I download sources of apktool?

 They aren't released yet. I have an issue for that: issue 53 , but better
 explanation is here: issue 71
 Regards,
 Luke

 --
 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: Commit issue

2011-01-15 Thread Ben Collins-Sussman
You're probably authenticating incorrectly.  Make to sure to pass
'--username faussart.killian' when running svn commit.  And be sure to
use your generated googlecode password, not your gmail password.

On Sat, Jan 15, 2011 at 1:34 PM, Killian Faussart
faussart.kill...@gmail.com wrote:
 Dear Google
 I recently got a problem to commit my code on google code.
 I am getting this specific error message each time I try to commit:
 Commit failed (details follow):
 Server sent unexpected return value (500 Internal Server Error) in response
 to MKACTIVITY request for
 '/svn/!svn/act/8a72d9f7-58ae-874d-9419-39f59195b09e'
 I hope, maybe you would be able to fix this issue or to give me some advices
 so I can fix it on my own.
 Thank you for considering my request.
 Best regards,
 Killian Faussart.

 --
 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: Commit issue

2011-01-15 Thread Ben Collins-Sussman
Updates and checkouts do not require authentication at all -- the
server never asks the client to authenticate.  Only commits cause an
authentication challenge.

Again, have you done what I specified?  Passed the proper --username
to the commit command, and used the proper password?


On Sat, Jan 15, 2011 at 2:26 PM, Killian Faussart
faussart.kill...@gmail.com wrote:
 Dear Ben,
 Thank you for your quick answer.
 I 've already checked my username and my password and they both seem right
 because I can update my code.
 The problem appears only when I want to commit. I've also tried to create a
 new project on google code and to regenerate my password but I've faced the
 same error.
 Again I thank you for your help.
 Killian Faussart.


 2011/1/15 Ben Collins-Sussman suss...@google.com

 You're probably authenticating incorrectly.  Make to sure to pass
 '--username faussart.killian' when running svn commit.  And be sure to
 use your generated googlecode password, not your gmail password.

 On Sat, Jan 15, 2011 at 1:34 PM, Killian Faussart
 faussart.kill...@gmail.com wrote:
  Dear Google
  I recently got a problem to commit my code on google code.
  I am getting this specific error message each time I try to commit:
  Commit failed (details follow):
  Server sent unexpected return value (500 Internal Server Error) in
  response
  to MKACTIVITY request for
  '/svn/!svn/act/8a72d9f7-58ae-874d-9419-39f59195b09e'
  I hope, maybe you would be able to fix this issue or to give me some
  advices
  so I can fix it on my own.
  Thank you for considering my request.
  Best regards,
  Killian Faussart.
 
  --
  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: Using webdav with Mercurial?

2011-01-13 Thread Ben Collins-Sussman
Mercurial speaks its own custom http protocol.  I've never heard of
any sort of webdav layer on top it... I don't think such a thing
exists.

Time to fix the maven mercurial client.  :-)

On Thu, Jan 13, 2011 at 3:38 PM, Lord.Quackstar
lord.quacks...@gmail.com wrote:
 I am attempting to host my Maven site and javadoc in Google Code.
 However due to my recent switch to Mercurial, it seems that webdav
 isn't working anymore. The svn/ folder seems to be read only and hg/
 gives a 405.

 In case your wondering why I'm not using the maven mercurial client:
 Its very broken, doesn't work with deploys, and doesn't work with
 Maven 3.

 Is there any way to use webdav with Mercurial?

 --
 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: how can i delete a file google code ?

2011-01-07 Thread Ben Collins-Sussman
Are you talking about a file in the Downloads area, or a file you
committed into version control?

On Thu, Jan 6, 2011 at 5:06 PM, vivek_12315 vivekchauras...@gmail.comwrote:

 how can i delete a file google code which I accidentally checked in
 but i dont want that file to be publicly accessible ?

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: how can i delete a file google code ?

2011-01-07 Thread Ben Collins-Sussman
You need to 'reset' the repository on the server to be empty.  There's link
at the bottom of the Source-Checkout page.

Then, after you edit your local repository's history to not have the bad
file, you can 'hg push' the history back up to Google again.


On Fri, Jan 7, 2011 at 11:22 AM, Vivek Chaurasiya vivekchauras...@gmail.com
 wrote:

 I am saying like, say I accidently did hg push on a file, which belongs
 to a certain organization, and it should be publicly visible because of
 non-disclosure agreement.

 Now, what should I do ? How to remove that file contents from the source
 tree ?


 On Fri, Jan 7, 2011 at 10:30 AM, Ben Collins-Sussman 
 suss...@google.comwrote:

 Are you talking about a file in the Downloads area, or a file you
 committed into version control?

 On Thu, Jan 6, 2011 at 5:06 PM, vivek_12315 vivekchauras...@gmail.comwrote:

 how can i delete a file google code which I accidentally checked in
 but i dont want that file to be publicly accessible ?

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.





 --
 Best Regards,

 Vivek Kumar Chaurasiya
 Graduate Student
 Purdue University



-- 
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-host...@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: Malicious software on code.google.com

2011-01-03 Thread Ben Collins-Sussman
Speaking officially for Google:  Karl is correct in his analysis.  We can't
play judge and jury on disputes between projects;  our official policy is
that we only take down software if you send us a DMCA takedown request, or
if government authorities demand it (e.g. child porn discovered).

In this case, I don't quite see how a DMCA takedown would make much sense,
so you're (probably) best off either working with the authors of phusk or
increasing your product's security.

-- 
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-host...@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: I don't need .git

2010-12-29 Thread Ben Collins-Sussman
IMO, Git is a great source control system, just as good as mercurial.
 Github, however, is popular because it's a very different angle from
sourceforge or google code;  instead of organizing around collaborative
'projects', it's entirely organized around users -- hence their catchphrase
social coding.  It's more like a social network.  Of course, the skeptic
may argue something similar to what you said:  that it's hard to find the
'center' of projects among the vast landscape of personal code pastebins.
 :-)  Just my personal opinion, of course.

On Wed, Dec 29, 2010 at 8:13 AM, Berlin Brown berlin.br...@gmail.comwrote:

 I know a lot of people are asking for git, but when I look on github,
 their projects are so small and there aren't that many revisions.  I
 wonder if the git interest is more because it is becoming popular not
 because they need those features of a source control system.

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: Version the code

2010-12-28 Thread Ben Collins-Sussman
Your Source-Checkout tab on your project explains how to check out a
working copy.  From there, you can add or modify files, then 'svn commit'
your changes back to the repository.  However, it sounds like you've never
used subversion before.  You need how do I use subversion-level help, so I
think you'll get better help by emailing us...@subversion.apache.org and by
reading the book at www.svnbook.com.

On Tue, Dec 28, 2010 at 12:53 PM, marceliña marcela...@gmail.com wrote:

 Hey, I made a project with  subversion. How can I commit a new version
 of some file and then download a specific version of it ?

 To sum up: I want to commit and update the same file.
 how can I do that?
 thanks in advance.

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: svn+ssh

2010-12-23 Thread Ben Collins-Sussman
Right, as Ali said, you should be having your svn (or mercurial) client
cache your password;  that's the norm, just like you have an agent to cache
your ssh password.

Unlike Sourceforge, Google's infrastructure isn't just a bunch of machines
you can ssh into -- we have a very proprietary hardware/software stack.
 The chance of allowing users' to install ssh keys is zero.  (The closest
we've come to such things is AppEngine, where users can run code in our
datacenters, but only within an extremely abstracted and jailed sandbox.)

On Thu, Dec 23, 2010 at 4:25 PM, Paul pthomas8...@gmail.com wrote:

 You guys should allow users to submit a public key in order to do svn
 +ssh. I just started a project, but I'm note sure I'm going to keep it
 at google code because I don't really want to go to the webpage to get
 my password every time I need to do a commit or update

 What are other folks doing about this?

 thanks,
 Paul

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: Why Can't I Access My Projects?

2010-12-22 Thread Ben Collins-Sussman
Your account was banned for hosting hundreds of electronic books that we're
pretty sure you don't own or have the copyright on.  This service is for
hosting open source software projects, not for distributing random illegal
files.

On Wed, Dec 22, 2010 at 8:57 PM, 刘琳琳 glorious...@gmail.com wrote:

 Sir,



   I don’t know why can’t I access my projects host on google code today,
 but I can access other google services. I want to know what’s happened.



 Is it my fault, or does google wants to close this service?



   Although I followed the suggestion “Sign 
 outhttp://www.google.com/accounts/Logout
  and access this site as an anonymous user”, there’s nothing changed!



 *  Could you tell me why?*



 Best 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: REPORT PROBLEM ABOUT PROJECT HOSTING...

2010-12-21 Thread Ben Collins-Sussman
We replied to you two days ago, and you did not answer.

Again, the question we asked was:  what open source software project were
you developing in the 'pingmenu' project?

On Mon, Dec 20, 2010 at 11:03 PM, Rezky Achmadi Sholeh 
riskibil...@yahoo.com wrote:

 I get this notice too :

 *Google  *   *Error*   Forbidden Your client does not have permission to
 get URL /p/pingmenu/downloads/list from this server.


 Question :
 Help me ? I have problems when I click my favorites, can not pull down and
 open link it can not. What project hosting features this has been disabled ?
 My blog to be error because this. I have file more one hundred files at (
 code.google.com), files it so important. Please recover my files, I very
 need it. If you can, please explain too about problems it,  my project name
 is (http://code.google.com/p/pingmenu/). I've sent this complaint three
 times in (google-code-hosting@googlegroups.com). I hope, with the problems
 that I have to say this, the google may consider it wisely.

 From User
 riskibil...@yahoo.com
 *code*.*google*.com/p/pingmenu http://code.google.com/p/pingmenu


  --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: Why I am can't create my project

2010-12-21 Thread Ben Collins-Sussman
Because the project already exists on google code;  it's been
scheduled for deletion by the owner.  Would you like to take control
of it?

On Mon, Dec 20, 2010 at 10:03 PM, Vitold S vit1...@gmail.com wrote:
 I can't crate project xlexview ant transfer it from fireforge. Why?

 --
 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-host...@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-host...@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: About code-project of PhotonSoft in Google

2010-12-15 Thread Ben Collins-Sussman
This is a public mailing list, and here is the response I sent to your email
yesterday.
On Dec 13, 2010 11:16 AM, Ben Collins-Sussman suss...@google.com wrote:
 Our abuse-detection system took it offline because it appeared to be
 not an open source project:

 1. No explanation of what the project is
 2. No source code in version control (or pointer to where source code
 can be found)
 3. 1785 separate .zip files being hosted

 Is this in fact open-source software? What are the 1785 packages?
 I've revealed the project again, but please fix #1 and #2.


 On Mon, Dec 13, 2010 at 2:10 AM, Daniel Denev daniel.i.de...@gmail.com
wrote:
 Dear Sir,
 I am very confused of disappearing without any explanations of our code
 project in Google.
 Is this frequent practice here?  URL:
 http://code.google.com/p/phs/downloads/list
 I think that you realize how much work it was to develop all these
 software components.
 We hope on quick solving of the problem. Let us know.

 With respect: Daniel I. Denev
 Bulgaria

 --
 Daniel I. Denev
 PhotonSoft Ltd. (president and owner)
 Bulgaria, 5140 Lyaskovets
 5B The Third of March str.
 cell 00359 889 369651
 tel  00359 619 23355
 daniel.i.de...@gmail.com
 http://strongmind.webs.com   (private blog)

 --
 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.comgoogle-code-hosting%2bunsubscr...@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-host...@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: history has disapeared for a specific file

2010-12-14 Thread Ben Collins-Sussman
Sorry, svn history is immutable.  You can wipe out the whole
repository if you wish (click the 'reset' button on your project), and
then push up a new history, but that's a lot of work.  I recommend
taking the details of your problem to the us...@subversion.apache.org
list -- the community should be able to help you sort out the problem,
figure out how to repair the history possible.

IIUC, you probably just want to delete the latest version of the file
in question, and svn copy the old version out of the past and into
the latest revision.  Then when you examine the history of the file,
it will just sort of skip over the 4 revisions of the 'other' object
that existed temporarily.

But again, this list is for issues specific to Google Project Hosting
-- your question is more about I need help using subversion in
general, and there are dozens of other lists/forums that are better
for getting detailed help like that.


On Tue, Dec 14, 2010 at 6:16 AM, Michael Nguyen
techdragon.ngu...@gmail.com wrote:
 Hello,
   A recent flub on  my part ended up deleting and adding the same file to
 the repository.  Unfortunately, the plugin most of our group uses AnhkSVN
 doesn't seem to understand how to read in the rest of the history and now
 only shows history from r2827.   Would it be possible for you to revert that
 particular file's history to a specific revision?
 The file is located here:
 http://code.google.com/p/wagic/source/browse/trunk/projects/mtg/src/AIPlayer.cpp?spec=svn2823r=2823
 The revisions I would like to strike from history are 2824 - 2827, these
 were done by me and I am sorry for the trouble.
 Thanks,
 Michael Nguyen

 --
 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-host...@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-host...@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: Transfer of AWD google project

2010-12-14 Thread Ben Collins-Sussman
Done!

On Tue, Dec 14, 2010 at 6:33 AM, richardolsson r...@richardolsson.se wrote:
 Hi again,

 It sounded as if it would be a very easy procedure to just move it, so
 I'm assuming it's just drowning in all the other things that you guys
 are probably busy with. Any chance it can be done today and then we
 can all forget about it? :)


 Cheers
 /R



 On Dec 10, 5:52 pm, richardolsson r...@richardolsson.se wrote:
 Hi,

 You are excused. :)

 Please assign it to this Google account (r...@richardolsson.se).

 I will contact Mr Burkun and let him know!

 Cheers
 /R

 On Dec 10, 5:05 pm, Ben Collins-Sussman suss...@google.com wrote:







  Sorry for the delay.  Which google account would you like to be the
  owner of the 'awd' project?  We can simply make you the owner if you
  give us the google account email address.  Then you can fill out the
  empty shell.

  As for Mr. Burkun, there's no need to rename the project (since it's
  completely empty)... he can simply create a new project called 'awdu'
  by his own power.

  On Fri, Dec 10, 2010 at 9:21 AM, richardolsson r...@richardolsson.se 
  wrote:
   Sorry for bumping but is it normal for this type of request not to be
   at least acknowledged in seven days? If nothing else I would greatly
   appreciate if a moderator could let me know that the request has been
   received, and what the next steps will be.

   Thanks in advance!
   /R

   On Dec 3, 9:05 pm, Richard Olsson r...@richardolsson.se wrote:
   Hi,

   My name is Richard and I'm a member of the dev team for open-source 
   Adobe Flash 3D engine Away3D. You can see the project page 
   athttp://code.google.com/p/away3d.

   A standalone side-project of Away3D's is the AWD file format, which is 
   used mainly to transfer data to Away3D, but can also be used as an 
   exchange and storage format for any 3D editor. I am the maintainer, and 
   have developed (and am continuing development of) a C library and 
   CPython extension to encode and parse this file format. Blender, Maya 
   and Cinema4D exporters are in development or planned for the near 
   future, with more coming down the road.

   I would like to open-source this project and distribute it via Google 
   code athttp://code.google.com/p/awd, which is currently occupied by a 
   project that has seemingly never been active since it's creation (no 
   code, no wiki articles et c.) I have contacted the project owner (Anton 
   Burkun), who has agreed to let us take over the project name (see 
   forwarded e-mail below.)

   Per his wish, I would appreciate if the AWD project could be renamed 
   AWDU, and a new project called AWD could be created for me (or whatever 
   procedure is easier that leaves me in the possession of a project named 
   AWD, and Mr Burkun with a project called AWDU.)

   Please let me know how to proceed!

   Cheers
   /Richard

   Begin forwarded message:

From: anton.bur...@gmail.com
Date: 3 december 2010 17.53.28 CET
To: Richard Olsson r...@richardolsson.se
Subject: Re: AWD on google code

Hi Richard,

Yes, You can take label AWD, but I beg you to say to Google what I
want rename my current project to AWDU.

Goodluck to your project!

03.12.2010 13:01, Richard Olsson пишет:
Hi Anton,

My name is Richard, I'm a programmer, teacher and author, and in 
this matter I represent Away3D, the largest open-source 3D engine 
for Adobe Flash. Away3D is a successful open-source project used by 
thousands and thousands of developers around the world to create 
engaging 3D content for the web and has been running for more than 
three years.

We have a file format that we have been using for about a year 
called AWD (Away3D Data format). As part of our next major version 
(4.0) we will be pushing this format even further and are planning 
to open-source the tooling around it.

I noticed you possess the AWD google code project, but have not used 
it since you created it in 2007. I was wondering if maybe I could 
take over the account? Please let me know if you could approve this, 
and I will talk to Google about transferring it.

Best regards
Richard Olsson

--
Kind Regards
Anton Burkun

+38 066 757 70 27
anton.bur...@gmail.com

   --
   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-host...@googlegroups.com.
   To unsubscribe from this group, send email to 
   google-code-hosting+unsubscr...@googlegroups.com.
   For more options, visit this group 
   athttp://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-host...@googlegroups.com.
 To unsubscribe from this group, send email to 
 google-code-hosting+unsubscr

Re: history has disapeared for a specific file

2010-12-14 Thread Ben Collins-Sussman
Did you not see my response on this list 10 hours ago?
On Dec 14, 2010 4:55 PM, Michael Nguyen techdragon.ngu...@gmail.com
wrote:
 Hello,
 I would like to check on the status of this request. I have not yet heard
 from anybody in regards to this issue. I'd like to reiterate the request
 again.
 Due to a mishap on my behalf, I deleted and added the same file into SVN.
I
 would like to have this file's history repaired so that we can view the
 entire history of the file via AnkSVN as well as googlecode's history
 viewer.

 Thank You,
 Michael



 On Tue, Dec 14, 2010 at 4:16 AM, Michael Nguyen 
techdragon.ngu...@gmail.com
 wrote:

 Hello,
 A recent flub on my part ended up deleting and adding the same file to
 the repository. Unfortunately, the plugin most of our group uses
AnhkSVN
 doesn't seem to understand how to read in the rest of the history and now
 only shows history from r2827. Would it be possible for you to revert
that
 particular file's history to a specific revision?
 The file is located here:


http://code.google.com/p/wagic/source/browse/trunk/projects/mtg/src/AIPlayer.cpp?spec=svn2823r=2823

 The revisions I would like to strike from history are 2824 - 2827, these
 were done by me and I am sorry for the trouble.

 Thanks,
 Michael Nguyen




 --
 
 Michael Nguyen
 Tech Junkie and Pack Rat

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: About code-project of PhotonSoft in Google

2010-12-13 Thread Ben Collins-Sussman
Our abuse-detection system took it offline because it appeared to be
not an open source project:

1. No explanation of what the project is
2. No source code in version control (or pointer to where source code
can be found)
3. 1785 separate .zip files being hosted

Is this in fact open-source software?  What are the 1785 packages?
I've revealed the project again, but please fix #1 and #2.


On Mon, Dec 13, 2010 at 2:10 AM, Daniel Denev daniel.i.de...@gmail.com wrote:
 Dear Sir,
 I am very confused of disappearing without any explanations of our code
 project in Google.
 Is this frequent practice here?  URL:
 http://code.google.com/p/phs/downloads/list
 I think that you realize how much work it was to develop all these
 software components.
 We hope on quick solving of the problem. Let us know.

 With respect: Daniel I. Denev
 Bulgaria

 --
 Daniel I. Denev
 PhotonSoft Ltd. (president and owner)
 Bulgaria, 5140 Lyaskovets
 5B The Third of March str.
 cell 00359 889 369651
 tel  00359 619 23355
 daniel.i.de...@gmail.com
 http://strongmind.webs.com   (private blog)

 --
 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-host...@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-host...@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: My feedback: Need star moar projects

2010-12-10 Thread Ben Collins-Sussman
On Fri, Dec 10, 2010 at 7:02 AM, est electronix...@gmail.com wrote:
 Ok Google, since you asked to give feedback
 http://googlecode.blogspot.com/2010/12/fresh-look-for-google-project-hosting.html

 Here is my feedback, a huge PITA of Google Code: Each Google Account
 can and ONLY can star 48 projects.

 Is Google Code running out of storage space so everyone can star
 limited number of projects?

Yes, we're totally out of storage space.  How did you know?  :-)

Please read my last comment on
http://code.google.com/p/support/issues/detail?id=1995

-- 
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-host...@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: Transfer of AWD google project

2010-12-10 Thread Ben Collins-Sussman
Sorry for the delay.  Which google account would you like to be the
owner of the 'awd' project?  We can simply make you the owner if you
give us the google account email address.  Then you can fill out the
empty shell.

As for Mr. Burkun, there's no need to rename the project (since it's
completely empty)... he can simply create a new project called 'awdu'
by his own power.


On Fri, Dec 10, 2010 at 9:21 AM, richardolsson r...@richardolsson.se wrote:
 Sorry for bumping but is it normal for this type of request not to be
 at least acknowledged in seven days? If nothing else I would greatly
 appreciate if a moderator could let me know that the request has been
 received, and what the next steps will be.

 Thanks in advance!
 /R

 On Dec 3, 9:05 pm, Richard Olsson r...@richardolsson.se wrote:
 Hi,

 My name is Richard and I'm a member of the dev team for open-source Adobe 
 Flash 3D engine Away3D. You can see the project page 
 athttp://code.google.com/p/away3d.

 A standalone side-project of Away3D's is the AWD file format, which is used 
 mainly to transfer data to Away3D, but can also be used as an exchange and 
 storage format for any 3D editor. I am the maintainer, and have developed 
 (and am continuing development of) a C library and CPython extension to 
 encode and parse this file format. Blender, Maya and Cinema4D exporters are 
 in development or planned for the near future, with more coming down the 
 road.

 I would like to open-source this project and distribute it via Google code 
 athttp://code.google.com/p/awd, which is currently occupied by a project 
 that has seemingly never been active since it's creation (no code, no wiki 
 articles et c.) I have contacted the project owner (Anton Burkun), who has 
 agreed to let us take over the project name (see forwarded e-mail below.)

 Per his wish, I would appreciate if the AWD project could be renamed AWDU, 
 and a new project called AWD could be created for me (or whatever procedure 
 is easier that leaves me in the possession of a project named AWD, and Mr 
 Burkun with a project called AWDU.)

 Please let me know how to proceed!

 Cheers
 /Richard

 Begin forwarded message:







  From: anton.bur...@gmail.com
  Date: 3 december 2010 17.53.28 CET
  To: Richard Olsson r...@richardolsson.se
  Subject: Re: AWD on google code

  Hi Richard,

  Yes, You can take label AWD, but I beg you to say to Google what I
  want rename my current project to AWDU.

  Goodluck to your project!

  03.12.2010 13:01, Richard Olsson пишет:
  Hi Anton,

  My name is Richard, I'm a programmer, teacher and author, and in this 
  matter I represent Away3D, the largest open-source 3D engine for Adobe 
  Flash. Away3D is a successful open-source project used by thousands and 
  thousands of developers around the world to create engaging 3D content 
  for the web and has been running for more than three years.

  We have a file format that we have been using for about a year called AWD 
  (Away3D Data format). As part of our next major version (4.0) we will be 
  pushing this format even further and are planning to open-source the 
  tooling around it.

  I noticed you possess the AWD google code project, but have not used it 
  since you created it in 2007. I was wondering if maybe I could take over 
  the account? Please let me know if you could approve this, and I will 
  talk to Google about transferring it.

  Best regards
  Richard Olsson

  --
  Kind Regards
  Anton Burkun

  +38 066 757 70 27
  anton.bur...@gmail.com

 --
 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-host...@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-host...@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: need help

2010-12-08 Thread Ben Collins-Sussman
Your account was banned because your 'innobook' project appeared not
to be an open source software project at all, but rather just a
dumping ground for distributing lots of PDF e-books -- many of which
were clearly copyrighted works of others.


On Wed, Dec 8, 2010 at 7:26 AM, Xinyu Mao cnmaoxi...@gmail.com wrote:
 How can I get back to Google Code?

 Help me!!

 --
 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-host...@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-host...@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: Folders in Downloads tab

2010-12-07 Thread Ben Collins-Sussman
No, you'll have to use flexible labels instead.

On Tue, Dec 7, 2010 at 3:04 AM, Marcin M. marmistrz...@gmail.com wrote:
 Is it possible to make folders in Downloads tab, as it's in svn
 ( http://multicryptix.googlecode.com/svn/trunk )?

 --
 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-host...@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-host...@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: Base checksum mismatch

2010-12-03 Thread Ben Collins-Sussman
We'll take a look and see if there's something fishy going on...

On Fri, Dec 3, 2010 at 11:03 AM, D B buckyballreact...@gmail.com wrote:
 I forgot to mention that I am using subversion 1.6.15 on openSUSE 11.2
 x86_64.

 --
 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-host...@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-host...@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: Creating a project licensed under CECILL

2010-12-02 Thread Ben Collins-Sussman
It's fine to use our service;  just select other open source license
in the drop-down license list when creating the project.  And then
make it really clear in the README what the license is, presumably
with a pointer to a LICENSE file.

On Thu, Dec 2, 2010 at 3:12 PM, Pierre Raybaut cont...@pythonxy.com wrote:
 Hi,

 I would like to create a Google Code project to help me distributing
 and promoting my software which is licensed under the CECILL* license,
 a GPL-compatible license that is widely used for scientific projects
 but very specific and thus not listed when selecting a license during
 the Google Code project creation process.

 So my question is: can I create a Google Code project anyway, by
 selecting for example a GPL license but specifying explicitely on
 the welcome page that the license is not GPL but GPL-compatible?

 Unfortunately I can't change the license which is imposed by my
 company, so I really hope that I can share the project on Google Code
 anyway: I'm already very fond of its simplicity and efficiency to
 manage an open-source software project (I already have 6 personnal
 project hosted there).

 Thanks,
 Pierre

 (*) CECILL is derived from the GPL license but allow to write free
 software conforming to french law (GPL is not strong enough):
 http://www.cecill.info/index.en.html

 --
 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-host...@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-host...@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: Locked

2010-11-19 Thread Ben Collins-Sussman
What open source software is being developed there?  It looks like
nothing but hosted warez.

On Fri, Nov 19, 2010 at 9:04 AM, Galaxian 95560...@qq.com wrote:
 http://code.google.com/p/ezx-zn5-dev/

 has Locked ,could unLock?

 --
 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-host...@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-host...@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: wierd flooding of SVN comments for project

2010-11-19 Thread Ben Collins-Sussman
Thanks for letting us know!  We're investigating the bug now.

On Fri, Nov 19, 2010 at 2:05 PM, dragon77 techdragon.ngu...@gmail.com wrote:
 Hi,
  Im a dev for the project hosted at wagic.googlecode.com.  Something
 strange is occurring where two of my comments on a revision i checked
 in r2633 is being repeatedly posted to the SVN change log.  I've shut
 down all my PCs where I do the dev work and it is still being posted.
 Could this be an error on the Google Code Server?

 Here's the link to the affected log entry:
 https://code.google.com/p/wagic/source/detail?r=2633


 Thanks,
 Michael

 --
 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-host...@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-host...@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: svnsync: DAV request failed

2010-11-19 Thread Ben Collins-Sussman
The svn client is giving you a generic error response, which is silly.
 The actual error code is what matters:  403 Forbidden.  That's what
the server sends when you fail to authenticate correctly.  Are you
sure you're passing the correct username and password?   It's not your
regular google account password, you have to use the special
googlecode generated password.


On Tue, Nov 16, 2010 at 1:37 AM, D B buckyballreact...@gmail.com wrote:
 Hi, I am trying to sync a local repository to my project
 'bitfighter'.  I reset the SVN repo to revision 0, and I am using
 subversion 1.6.6.

 When running the following command:
 svnsync init --username myusername https://zap.googlecode.com/svn
 file://`pwd`/hotcopy

 I get this error everytime:

 svnsync: DAV request failed; it's possible that the repository's pre-
 revprop-change hook either failed or is non-existent
 svnsync: At least one property change failed; repository is unchanged
 svnsync: Server sent unexpected return value (403 Forbidden) in
 response to PROPPATCH request for '/svn/!svn/bln/0'

 I have reset the repo several times now.  I also edited the pre-
 revprop-change in the hooks/ directory of my local copy to contain:

 exit 0

 and then I made it executable.

 Is there something else I am missing?

 Thanks,
 D

 --
 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-host...@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-host...@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: Is it possible for a malicious user with password to delete ones files beyond recovery?

2010-11-16 Thread Ben Collins-Sussman
I'm not sure how the risk here is worse than the risk of using any
cloud service at all.  If some attacker steals your password, they can
destroy your picasaweb photos, your docs within Google Docs, delete
your gmails, delete your g-calendar appointments, etc.

And the risk isn't specific to cloud services either.  Even if you set
up your own private server in a datacenter, an attacker could still
hack the system and erase the machine.

So the recommendation to 'back up' is a universal one:  if you have
valuable data, it's your responsibility to make sure it exists in more
than one place.

For subversion in particular, you can create a local mirror of a
server's repository using the 'svnsync' tool.  Just run svnsync every
day to keep the mirror up to date.


On Mon, Nov 15, 2010 at 3:32 PM, calin calin.tenit...@gmail.com wrote:
 nobody during google lifetime would have the right to delete a project

 owner may close project

 if storage is a burden the last committed version is archived

 a closed project gets renamed and original name is free for other
 owner to claim

 this setup would remove a taunting thought

 committing code to googlecode would be considered a backup

 --
 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-host...@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-host...@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: Why can't I access my google code ?

2010-11-12 Thread Ben Collins-Sussman
The project and your account were banned for abusing the service.
Google Code Project Hosting is only for developing open source
software;  you were using it to host images and other web assets.  We
are not a generic web-hosting service.

On Fri, Nov 12, 2010 at 4:27 AM, namhung nguyenhoang
nam.nine...@gmail.com wrote:
 I can not access the Gautruc2k10.googlecode.com. Tell me why???

 --
 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-host...@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-host...@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: I an not allowed to access this service

2010-11-09 Thread Ben Collins-Sussman
Your project and account were banned for abusing the service.  You
weren't writing open source software;  you were using the service to
host mp3 files.

On Tue, Nov 9, 2010 at 12:28 AM, Lu Yongfa mhtang2...@gmail.com wrote:
 I an not allowed to access this service.What can I do to access this
 service?

 --
 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-host...@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-host...@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

2010-11-05 Thread Ben Collins-Sussman
Your project and account were banned for violating terms of service.  This
service is for developing open source software, not for hosting blog images.
On Nov 5, 2010 6:30 AM, pea chen pea.c...@gmail.com wrote:
 Hello, I can't access Goole Code, could you please tell me why?

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: No access to google code

2010-11-03 Thread Ben Collins-Sussman
Hi ShiJun Li,

Your project was banned for simply hosting files, but apparently
you're just hosting source code tarballs of other open source
software.  That doesn't technically violate our terms of service
(you're only posting open source code), but it's a fairly strange
practice and we'd like our product to be used as nothing but a
distribution system for existing packages.  You should be actively
developing a new open source project, not just distributing existing
projects.  Can you change that, please?

I've unlocked your account for now.

On Wed, Nov 3, 2010 at 1:27 AM, licess lic...@gmail.com wrote:
 Access Not Allowed

 What happened?

 You are not allowed to access this service.

 Please contact us if you believe that you should be able to access this
 service.

 Your options:
 Participate in the open source community through other websites.
 Sign out and access this site as an anonymous user.
 Contact us for further assistance.

 I used google code to storage lnmp, php and mysql source and some
 other source files, etc.
 LNMP is a tool to auto-compile  install  manage Nginx+MySQL+PHP on
 Linux.

 now i have use vps to strorage lnmp project,but i needs to access some
 project on google code,i don't kown why ban my account.

 i want to kown how to unban my account to access google code.

 thanks.

 ShiJun Li

 --
 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-host...@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-host...@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: I've uploaded wrong files

2010-11-01 Thread Ben Collins-Sussman
You cannot change svn history.  When you create a subversion revision,
it's permanent.  You can delete files in the *newest* revision,
however, so that nobody sees them when browsing the latest version.


On Mon, Nov 1, 2010 at 2:18 AM, ColdZer0 bajo...@googlemail.com wrote:
 Hi,
 i have uploaded wrong files to my google code svn, how can i delet my
 last 3 uploaded reviews?

 --
 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-host...@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-host...@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: unable to checkout or sync my project using svn (able to checkout other projects, however)

2010-10-30 Thread Ben Collins-Sussman
On Sat, Oct 30, 2010 at 9:39 PM, Andrew Palmer andyp@gmail.com wrote:
 Last night I set up an empty google code project (http://
 quilty.googlecode.com/) and installed RabbitVCS on my Ubuntu machine
 at home so that I can sync my code. I've tested RabbitVCS and it seems
 to work and allow me to check out projects on Google Code anonymously,
 however, when I try to check out my own (empty...) project, I just get
 the error: URL 'http://quilty.googlecode.com/svn/trunk' doesn't exist

You just answered your own question:  you created an *empty*
repository.  You must have reset it to revision 0 yourself.  Take a
look at it, revision 0 has nothing but a root directory, there's no
top level /trunk directory, exactly like the error says.  Your
repository root is located at https://qulity.googlecode.com/svn ;
that's all that exists at the moment.




 I also tried to checkout my project using the url 'http://
 quilty.googlecode.com/svn' and get no errors, and RabbitVCS creates an
 empty folder, but if I try to add a file and sync with googlecode, I
 just get an error.

 I thought that maybe this was because my repository is empty, so I
 reset it just to make sure and tried using svnsync via the terminal
 but was met with the following error:
 :~$ export FROMREPO= local svn resource location
 :~$ export TOREPO=https://quilty.googlecode.com/svn/
 :~$ svnsync init ${TOREPO} ${FROMREPO}
 Password for '(null)' GNOME keyring:  tried to enter my password
 here. 
 svnsync: DAV request failed; it's possible that the repository's pre-
 revprop-change hook either failed or is non-existent
 svnsync: At least one property change failed; repository is unchanged
 svnsync: PROPPATCH of '/svn/!svn/bln/0': authorization failed: Could
 not authenticate to server: rejected Basic challenge (https://
 quilty.googlecode.com)

 Note that it still says Password for '(null)' even if I use --username
 myusername when tring to go svnsync

This looks like a bug with gnome keyring -- it's forcing you to
authenticate as username 'null' for some reason.  Deactivate the
integration with keyring somehow.  (Not sure if that's in keyring
itself, or if you need to do that in your ~/.subversion/config or
~/.subversion/servers files.)

-- 
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-host...@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: Acces not allowed

2010-10-29 Thread Ben Collins-Sussman
Your account was banned for abusing the site.  What sort of open
source software were you developing in the pizcosnet project?

On Fri, Oct 29, 2010 at 2:33 PM, Pizcos Blog pizc...@hotmail.com wrote:
 For a few days ago i can´t access with my account malpiz...@gmail.com to
 Google Code site. ¿Can you help me?

 Best regards

 Pizcos.net



 --
 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-host...@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-host...@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: Google.code down?

2010-10-29 Thread Ben Collins-Sussman
This is the support forum.

I have no problem seeing your project.  Is it consistently down for you, no
matter how many times you reload?   If so,  where are you?
On Oct 29, 2010 9:00 PM, Randy Groves randomgr...@gmail.com wrote:
 So - I have an error when I attempt to access
http://code.google.com/p/questhelperredux/
 -

 Google
 Error


 Server Error
 The server encountered an error and could not complete your
 request.

 If the problem persists, please report your problem and mention
 this error message and the query that caused it.


 Your 'report' section has no area, nor does there seem to be a forum
 area for problems with Google Code.

 I'm just taking a stab in the dark here.

 --
 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-host...@googlegroups.com.
 To unsubscribe from this group, send email to
google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@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-host...@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: why i can't connect code.google.com?

2010-10-26 Thread Ben Collins-Sussman
Your project bkch-youth was being used to host mp3 files, not for open
source software development. The project and your account were removed.
On Oct 26, 2010 6:49 AM, Min Hyouk Kim apoll...@gmail.com wrote:

-- 
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-host...@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: Dual MIT and GPL license

2010-10-26 Thread Ben Collins-Sussman
You mean you solved the problem by moving to a site which ignores
licensing completely?  Denial doesn't fix legal complexities.  :-)
On Oct 26, 2010 6:52 AM, Aaron aaron.da...@gmail.com wrote:

-- 
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-host...@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: All Wiki pages deleted without revision info.

2010-10-25 Thread Ben Collins-Sussman
Hi Carlos,

Did you do a reset 'reset' of this repository, by any chance?

On Sun, Oct 24, 2010 at 11:32 PM, Carlos López-Camey
c.lopezk...@gmail.com wrote:
 Hello, today I noticed the wiki pages I had done in my project [1] no
 longer existed.

 Revision control says nothing [2] but updates/list does [3], but it
 doesn't say by whom they were deleted or the revision within the
 change was made.

 Can someone point me how can I retrieve them?

 Thanks!

 [1] http://code.google.com/p/campusmovilpro/
 [2] http://code.google.com/p/campusmovilpro/sources/list
 [3] See Oct 21, 2010. http://code.google.com/p/campusmovilpro/updates/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-host...@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-host...@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: First import

2010-10-21 Thread Ben Collins-Sussman
Your repository is located at:

  https://projectname.googlecode.com/svn

If 'projectname' is a newly created project, then you also have
top-level directories in your repository as well, called /trunk,
/branches, and /tags.  To import your code, just run

$ svn import directory_of_code/
https://projectname.googlecode.com/svn/trunk -m Initial import

Be sure to authenticate with your google account name and googlecode
password (which is located at https://code.google.com/u/yourusername).

To learn subversion, look at the subversion book
(http://svnbook.red-bean.com) and ask newbie questions on the
us...@subversion.apache.org mailing list.  Hope this helps!

On Thu, Oct 21, 2010 at 7:59 AM, jjsanders jigalroe...@gmail.com wrote:
 Hello,

 I sorry to bother you but i have some code in netbeans which i would
 like to upload to code.google.com but i have no clue how to do this.
 Can anyone help me along?

 --
 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-host...@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-host...@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: Multiple Projects under One Google Code Project

2010-10-20 Thread Ben Collins-Sussman
From the version control point of view, it's perfectly normal to put
all the projects into a single Subversion repository:  give each
project a top-level directory, with standard {trunk, branches, tags}
directories underneath each one.

Or, if you want to use Mercurial, you can create a number of
independent top level repositories -- one for each project.

The issue tracker may be trickier.  If all the projects share one, you
may want to use the flexible labeling system, and be sure to create
some sort of set of component labels to clearly identify which
subproject the bug is referring to.


On Wed, Oct 20, 2010 at 8:02 AM, Rui harry.r.w...@gmail.com wrote:
 Hi All,

 We have a bunch of related small projects which we would like to host
 on Google Code, some of them are already on Google Code, some of them
 have not been uploaded yet. In short, these projects can be used
 either together or independently. To increase the visibility of these
 projects, we are just thinking of creating a parent project which
 provides a single entry point to all of these small projects.

 We are just wondering whether it is possible to do this? And do you
 have any recommendations on how to go about this? Also, what would you
 do in terms of managing the source code? One super repository for all
 the projects vs one repository for each project?

 Many thanks,
 Rui

 --
 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-host...@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-host...@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: Obscene conduct from user

2010-10-14 Thread Ben Collins-Sussman
Interesting history, indeed:  http://code.google.com/u/test540va/updates

Banning his account is certainly an option, but I wonder if two things
should be tried first:

1.  Has anyone actually told him to stop acting like this?   I'm not
seeing evidence of it.

2.  Have people just tried ignoring him?  Rude trolls usually give up
if they can't get the attention they want.  You'd be amazed how fast
they go away when you give them the silent treatment.

By the way, project owners can delete individual issue tracker
comments as well, so that's another way of guaranteeing he gets no
attention.



On Thu, Oct 14, 2010 at 4:29 AM, nicholas clements
nuts32...@hotmail.com wrote:
 There is a user by the name of test540va who has been posting comments
 with extremely profane language and has been abusing the members of
 the NullDC project. His latest rant goes and I quote,
 Hi...
   I really haven't figured out anything.
  Can one of you fucking Nerds go ahead and compile the latest source
 code of Null DC.  After you compile it, be sure to upload it somwhere
 and post the link here in this Thread.   Hurry up.  I fuckin' hate
 waiting for an official muther-fucking-release. The progress is slower
 than the evolution of dirt.  You bitch ass faggots need to get busy on
 this project.
                                                    Fuck You All,
                                                              Michael
 Jackson

 p.s.  fuck you... FUCK YOU IN YOUR FACE... Yes U...and YOU TOO !!!
 BIATCH !

 This is not the first time he has done this, previous examples
 include,

 yeah so it goes like this... I have a serious issue and it's the fact
 that Mr.PsyMan and the gang are a SERIOUS bunch of faggots.   ROT IN
 HELL Mr.PsyMan and take your Fag-Gang with ya !!!

 He's disruptive and has no regard for other people on this google code
 group. I would like to see his account removed, at the least, a
 serious reprimand. Thank you for your time.

 --
 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-host...@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-host...@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: Hey

2010-10-13 Thread Ben Collins-Sussman
Your account 'vassil...@gmail.com' is not banned at all.  What's the
problematic account?

On Wed, Oct 13, 2010 at 2:58 PM, Vassil Stoyanov vassil...@gmail.com wrote:
 Can you tell me more specifically why my account has been denied access to
 google code?
 Best,
 Vassil

 --
 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-host...@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-host...@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: Why I can not use project host?

2010-10-11 Thread Ben Collins-Sussman
Because you were using the service for generic file hosting, for
websites.  It's only for open-source software projects.

On Mon, Oct 11, 2010 at 1:26 PM, Nuthawud Sungtong nutha...@gmail.com wrote:
 I have lost my file in project host, Why?

 --
 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-host...@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-host...@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.



Fwd: cannot find my project: xucode

2010-10-09 Thread Ben Collins-Sussman
Second reply in case you missed the first one.


-- Forwarded message --
From: Nathaniel Manista nathan...@google.com
Date: Tue, Sep 28, 2010 at 8:55 AM
Subject: Re: cannot find my project: xucode
To: google-code-hosting@googlegroups.com


On Tue, Sep 28, 2010 at 4:28 AM, zhenhua xu zhe...@gmail.com wrote:

 I created a project before and the link should be: svn checkout 
 https://xucode.googlecode.com/svn/trunk/
 but now I cannot find it. i check in some codes and need find them back.
 Looking for your feedback and really appreciate your help.

It looks like you scheduled this project for deletion several months
ago (at least).
-Nathaniel

-- 
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-host...@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: why can't i access my google project?

2010-10-09 Thread Ben Collins-Sussman
Your project was taken down because you haven't posted any source
code, only executables.

On Fri, Oct 8, 2010 at 8:11 PM, Wu JianWei chi...@gmail.com wrote:

 --
 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-host...@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-host...@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:

2010-09-30 Thread Ben Collins-Sussman
Your project 'paycenter' was spam;  it wasn't an open source project.
It was being used to host a bunch of random .swf files.  The project
was taken down long ago and your account banned.

On Thu, Sep 30, 2010 at 2:31 AM, 7ang!jia hooly@gmail.com wrote:
 百忙之中,打扰,当我想访问 http://code.google.com/hosting 时,获得了以下信息,
 You are not allowed to access this service.
 能告诉我发生了什么吗?谢谢了!
 You are not allowed to access this service.
 I got this when I want to visit http://code.google.com/hosting,
 Please talk me what Happen! Thank you very much!
 --
 Obvious.

 --
 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-host...@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-host...@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: Repository resetted, but: svnsync: Cannot initialize a repository with content in it

2010-09-29 Thread Ben Collins-Sussman
Did you look at your svn history?   You've got 145 recent commits to
your /wiki directory.  :-)

http://code.google.com/p/beelzebot/source/list

On Wed, Sep 29, 2010 at 3:34 AM, Sebastian Bauer
gjlnetw...@googlemail.com wrote:
 I've just created a new project, since our project has renamed and we
 wanted the new name to be present. Therefore I now tried to move the
 sources to the new project's repository.

 After resetting the SVN repo using the web UI, I still get the error
 svnsync: Cannot initialize a repository with content in it.

 The project name is Beelzebot.

 Best regards,
 Sebastian

 --
 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-host...@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-host...@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: SVN update is throwing a Could not resolve hostname error.

2010-09-28 Thread Ben Collins-Sussman
Could not resolve hostname means either your local DNS server or
HTTP proxy is broken...

On Tue, Sep 28, 2010 at 8:39 AM, Pedro Zuppelli unio...@gmail.com wrote:
 I'm receiving the following error while trying to update the code I
 have.

svn checkout https://kurko.googlecode.com/svn/trunk/ kurko --username uniocos
 svn: OPTIONS of 'https://kurko.googlecode.com/svn/trunk': Could not
 resolve hostname `kurko.googlecode.com': The requested name is valid
 and was found in the database, but it does not have the correct
 associated data being resolved for.
  (https://kurko.googlecode.com)

 Why is this happening? any ideas?
 Up until yesterday it worked great
 Thanks!!

 --
 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-host...@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-host...@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: There was a problem with http://code.google.com/p/hensblog/

2010-09-28 Thread Ben Collins-Sussman
The 'hensblog' project was taken down because it was not an
open-source software project -- it was being used as a generic
file-hosting service for blog resources.  This is a violation of our
Terms of Service.  Project Hosting is only for open source software
projects.


On Tue, Sep 28, 2010 at 3:17 PM, hendi surya hendi...@gmail.com wrote:
 Dear Google Team.

 Today I got an email from a blogger who I've become his subscription
 article. This day brought her all the javascript does not work anymore and
 and get a notification that she can no longer access the
 http://code.google.com/p/hensblog/.
 Please explanation to that question, because he is our teacher blogger in
 Indonesia. hopefully this problem can be solved and I are looking forward to
 the wisdom of the google to be able to solve this problem.

 This article addresses:
 http://modification-blog.blogspot.com/2010/09/account-google-code-blogger-tune-up-di.html


 Thank You
 Hendsoe

 --
 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-host...@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-host...@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 not open source.

2010-09-28 Thread Ben Collins-Sussman
Sorry, why do you say this?

On Tue, Sep 28, 2010 at 6:57 PM, Jon A. Lambert jlamb...@oh.rr.com wrote:
 http://code.google.com/p/nimud/

 This project does not allow commercial usage.

 --
 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-host...@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-host...@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: Restore temporary access

2010-09-27 Thread Ben Collins-Sussman
Sorry, don't have deep records on this.  Probably because either no
source code was uploaded and there was no obvious link to where it
*was* located.  Sorry we can't be more specific.

On Mon, Sep 27, 2010 at 4:51 PM, OctalMage jacerox1...@gmail.com wrote:
 Is there any note as to why it was doomed?   There is proof of
 source code in this video: http://vimeo.com/634705

 Thanks,
 Jason


 On Sep 23, 10:16 am, Ben Collins-Sussman suss...@google.com wrote:
 Sorry, the project was doomed long ago, and was reaped a while back.
 We can recreate the project if you want, but you'd be starting with an
 empty svn (or hg) repository.



 On Thu, Sep 23, 2010 at 12:37 AM, Jason Stallings jacerox1...@gmail.com 
 wrote:
  Anyone?

  Sent from my iPhone

  On Sep 21, 2010, at 4:40 AM, OctalMage jacerox1...@gmail.com wrote:

  I can't seem to find the source files for my project screenlr.
 http://code.google.com/p/screenlr/

  I was wondering if I'd be able to have access to this project to see
  if the source files are there, although I'm afraid thats why it was
  taken down.

  Anyway.

  Thanks,
  Jason

  -- 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-host...@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-host...@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.- Hide quoted text 
 -

 - Show quoted text -

 --
 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-host...@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-host...@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: svnadmin setuuid

2010-09-24 Thread Ben Collins-Sussman
Yeah, you need to ask us to do it.  The best we can do is reset your
repository to r0 with the desired UUID.  Then you can svnsync your
data back in.

On Fri, Sep 17, 2010 at 11:29 AM, Mark Klein jazzkl...@gmail.com wrote:
 I've Googled this and seen the question asked a number of times, but
 no answer and there's nothing in the FAQ that gives me any clues:

 I'd like to svnadmin my project to change the uuid such that it
 matches the original uuid. Since svnadmin requires a local path to the
 repository, I don't see a way to do this remotely.

 Is there a way for me to do this?

 --
 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-host...@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-host...@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: Restore temporary access

2010-09-23 Thread Ben Collins-Sussman
Sorry, the project was doomed long ago, and was reaped a while back.
We can recreate the project if you want, but you'd be starting with an
empty svn (or hg) repository.


On Thu, Sep 23, 2010 at 12:37 AM, Jason Stallings jacerox1...@gmail.com wrote:
 Anyone?

 Sent from my iPhone

 On Sep 21, 2010, at 4:40 AM, OctalMage jacerox1...@gmail.com wrote:

 I can't seem to find the source files for my project screenlr.
 http://code.google.com/p/screenlr/

 I was wondering if I'd be able to have access to this project to see
 if the source files are there, although I'm afraid thats why it was
 taken down.

 Anyway.

 Thanks,
 Jason

 -- 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-host...@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-host...@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-host...@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: Posting a comment via the API

2010-09-22 Thread Ben Collins-Sussman
As an experiment:  try to do a successful GET of the issue comments
feed without the auth, and then if that succeeds, try POSTing a new
issue/comment with the same auth.

On Tue, Sep 21, 2010 at 4:10 PM, Juan M. Rodriguez nus...@gmail.com wrote:
 Ok,
 I've reverse engineered the Java API up to a point.
 I changed my headers to:
 HttpPost postRequest = new
 HttpPost(http://code.google.com/feeds/issues/p/+projName+/issues/+issueId+/comments/full;);
 postRequest.addHeader(Content-Type,application/atom+xml;charset=UTF-8);
 postRequest.setHeader(Authorization, GoogleLogin auth= + auth);
 postRequest.addHeader(User-Agent,
 abugadro-v+getResources().getString(R.string.version));
 postRequest.addHeader(GData-Version, 1.0);
 And get various errors, 400 and 401 mostly. I noticed the Java API uses GZip
 to send the data, is it really obligatory?
 Thanks for your time.
 On Sun, Sep 19, 2010 at 11:59 AM, Juan M. Rodriguez nus...@gmail.com
 wrote:

 Hey Ben,
 I'm using the reference. The IssueTrackerAPIJava isn't really optimized
 for Android and would drag ~6mb of dependencies to an otherwise small apk.
 I'm currently just stuck at the comment-posting part. I've no idea what
 could be the problem, but I'm fairly certain its a headers issue, either it
 doesn't like how I'm sending the XML or it's something else.
 Thanks.

 On Sun, Sep 19, 2010 at 9:01 AM, Ben Collins-Sussman suss...@google.com
 wrote:

 Just a side question:  are you using the official java library for
 accessing the issue tracker's gdata?
 (http://code.google.com/p/support/wiki/IssueTrackerAPIJava)?

 On Sat, Sep 18, 2010 at 11:15 PM, Nushio nus...@gmail.com wrote:
  Long story short: I'm working on an Android App that will let
  developers have access to their Google Code projects in a mobile
  friendly package. I'm trying to get commenting and creating issues
  from the Android device working, but I haven't found a way to do so.
 
  I keep getting different errors, 403, 501. I'm frankly tired,
  exhausted and out of ideas.
 
  My relevant piece of code:
 
  String xml =
         ?xml version='1.0' encoding='UTF-8'? +
         entry xmlns='http://www.w3.org/2005/Atom'  +
         xmlns:issues='http://schemas.google.com/projecthosting/issues/
  2009'+
         content type='html'+((EditText)
  textEntryView.findViewById(R.id.comment_edit)).getText().toString()+/
  content+
         /entry;
 
  StringEntity se = new StringEntity(xml,UTF-8);
  se.setContentType(application/atom+xml);
 
  HttpPost postRequest = new HttpPost(http://code.google.com/feeds/
  issues/p/+projName+/issues/+issueId+/comments/full);
 
  postRequest.setHeader(Authorization, GoogleLogin auth= + auth);
  postRequest.addHeader(GData-Version, 3.0);
  postRequest.addHeader(If-Match, *);
  postRequest.addHeader(Content-Type,application/atom+xml);
  postRequest.setEntity(se);
 
  HttpResponse response = new DefaultHttpClient().execute(postRequest);
 
 
  //Thanks very much for your help!
 
  --
  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-host...@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-host...@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.




 --
 Ing. Juan M. Rodriguez Moreno
 Desarrollador de Sistemas Abiertos
 Sitio: http://proyectofedora.org/mexico





 --
 Ing. Juan M. Rodriguez Moreno
 Desarrollador de Sistemas Abiertos
 Sitio: http://proyectofedora.org/mexico


 --
 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-host...@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-host...@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: Ability to restrict SVN / Wiki access?

2010-09-20 Thread Ben Collins-Sussman
If you put it under an opensource license, anyone is free to copy and
modify and redistribute it, without your permission.  That's how
opensource works.  I mean, *hopefully* they contribute, but you can't
stop them from making their own fork either.

The only risk of being ripped off is if somebody changes the
attribution -- i.e. removes the license, changes the license, tries to
take credit for having invented the code somehow.  Plain old
plagiarism, in other words.  In that case, they're in violation of the
license, and you can take them to court for such abuses.  But the
chance of it happening is pretty slim.  Most of the world understands
open source licenses, and knows not to try something so stupid.  Those
who do usually end up getting sued by places like the Software Freedom
Law Center (http://www.softwarefreedom.org/).  Not something to lose
sleep over.

The main question you need to ask is:  do you want a license that is
Apache/BSD like, or GPL-like?  That's the great philosophical divide.
You can read all about it on the web.




On Mon, Sep 20, 2010 at 12:52 PM, James Elsey james.el...@gmail.com wrote:
 Thanks Juan,

 Can you recommend the most appropriate license to use?

 I'm developing a game, primarily to help learn some new technologies/
 approaches, I want to make it free (hosted on GAE), and would like
 people to see the source code and contribute in a good way such as
 constructive criticism and suggestions. I would like to protect myself
 from being ripped off as much as possible

 Thanks

 On Sep 20, 6:46 pm, Juan M. Rodriguez nus...@gmail.com wrote:
 Hey James,

 That's the whole idea behind Free Software Projects. Choose your license
 wisely.

 The idea behind Free Software Projects is that users can Fork your project
 if they need to.
 They legally can't pretend it to be theirs though, because they must retain
 authorship of your code.

 They may financially benefit from it, but depending on your license, the
 restrictions you use (Such as forcing them to share back any modifications)
 would discourage most to do so.

 Hope to have been of any help.



 On Mon, Sep 20, 2010 at 12:34 PM, James Elsey james.el...@gmail.com wrote:
  Hi,

  Is it possible to restrict access to SVN / Wiki in any way? Whilst I'm
  creating a free application, I want to avoid having people take my
  source code, pretend it to be theirs, and financially benefit from it

  --
  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-host...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-code-hosting+unsubscr...@googlegroups.comgoogle-code-hosting%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-code-hosting?hl=en.

 --
 Ing. Juan M. Rodriguez Moreno
 Desarrollador de Sistemas Abiertos
 Sitio:http://proyectofedora.org/mexico

 --
 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-host...@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-host...@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   3   4   5   >