Re: [Toolserver-l] Status update on Tool Labs

2013-06-02 Thread Tim Landscheidt
Maciej Jaros e...@wp.pl wrote:

 Is there any how-to on moving SVN repo. along with it's
 history to TL? Is it possible/planned at all?

 Also could you clarify on ...WMF doesn’t provide SVN
 hosting, but volunteers can create an SVN project in
 Labs.. I can create a repo in my home dir or what? How
 would I access it from my machine then? Can I just enable
 and configure WEBDAV on some public_html dir?

As DaB. explained, the roots can provide you with a dump of
your SVN repository.  You can then import (load) this into
a repository in your home directory and access it via ssh
(this seems to be possible from Windows as well,
cf. http://sebastian.thiele.me/blog/tortoise-svn-putty-ssh-windows/2438
(German)).  If you create a dummy tool and put the reposi-
tory in the tool directory, all users in the tool group
should be able to write to it as well.

You could also import the dump for example to SourceForge
(cf. 
http://sourceforge.net/apps/trac/sourceforge/wiki/Subversion%20import%20instructions)
and probably other hosters.

I don't know of any plans regarding WebDAV.

 Yes I know Git is superior and all that, but I don't want to
 get into the discussion of history on a full tree versus
 history on a file. I just want to know if I will be able to
 use SVN on your servers and just switch my local directory
 without any needless conversions.

You can get the history of a file with git log FILENAME;
if you want to follow the history through renames, use git
log --follow FILENAME.

Tim


___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] Status update on Tool Labs

2013-06-02 Thread Tim Landscheidt
Federico Leva (Nemo) nemow...@gmail.com wrote:

 Would .htaccess work also for expired accounts then, and
 could operators/roots do something about them? We still have
 tons of users entering, say, interiot and soxred's tools and
 getting slightly unhelpful results.

The User account expired messages are generated by
https://svn.toolserver.org/svnroot/puppet/trunk/puppet/modules/webserver/files/do_expired.sh
which replaces the bottom of /etc/htaccess.  It's certainly
possible to exempt some user accounts and add special redi-
rects for them.  The bigger problem for a move of abandoned
tools to /anywhere/ is however, as Magnus said, if the
source code is properly licensed.  soxred93 for example has
set a default license of MIT (but
http://toolserver.org/~soxred93/ looks pretty empty), while
interiot has no default license, but
/home/interiot/public_html/cgi-bin/Tool1/wannabe_kate de-
clares itself as [[Public domain]].  Just redirecting to a
working tool should pose no problems, though.

Tim


___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] Status update on Tool Labs

2013-06-02 Thread Merlijn van Deen
On 2 June 2013 21:12, Tim Landscheidt t...@tim-landscheidt.de wrote:
 Maciej Jaros e...@wp.pl wrote:

 Is there any how-to on moving SVN repo. along with it's
 history to TL? Is it possible/planned at all?

 As DaB. explained, the roots can provide you with a dump of
 your SVN repository.  You can then import (load) this into
 a repository in your home directory and access it via ssh

Note: you can also use svnsync to do this from your own computer - see
https://github.com/pywikibot/svn2git/blob/master/scripts-pwb/sync for
an example.

Merlijn

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] Status update on Tool Labs

2013-06-02 Thread Magnus Manske
Slightly OT:
Sorry if I missed that in the discussion, but is there a for-dummies howto
for creating a labs git for the ported tool? I know they use gerrit, but
that's the extend of my knowledge.


On Sun, Jun 2, 2013 at 9:22 PM, Merlijn van Deen valhall...@arctus.nlwrote:

 On 2 June 2013 21:12, Tim Landscheidt t...@tim-landscheidt.de wrote:
  Maciej Jaros e...@wp.pl wrote:
 
  Is there any how-to on moving SVN repo. along with it's
  history to TL? Is it possible/planned at all?
 
  As DaB. explained, the roots can provide you with a dump of
  your SVN repository.  You can then import (load) this into
  a repository in your home directory and access it via ssh

 Note: you can also use svnsync to do this from your own computer - see
 https://github.com/pywikibot/svn2git/blob/master/scripts-pwb/sync for
 an example.

 Merlijn

 ___
 Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
 https://lists.wikimedia.org/mailman/listinfo/toolserver-l
 Posting guidelines for this list:
 https://wiki.toolserver.org/view/Mailing_list_etiquette

___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette

Re: [Toolserver-l] Status update on Tool Labs

2013-06-02 Thread toolserver.danny.b


-- Původní zpráva --
Od: Magnus Manske magnusman...@googlemail.com
Datum: 2. 6. 2013
Předmět: Re: [Toolserver-l] Status update on Tool Labs



Slightly OT:
Sorry if I missed that in the discussion, but is there a for-dummies howto 
for creating a labs git for the ported tool? I know they use gerrit, but 
that's the extend of my knowledge.










I've actually been told during Amsterdam hackathon, that you can choose if 
you want to use plain git or gerrit for your tools, if that helps a bit...


Danny B.
___
Toolserver-l mailing list (Toolserver-l@lists.wikimedia.org)
https://lists.wikimedia.org/mailman/listinfo/toolserver-l
Posting guidelines for this list: 
https://wiki.toolserver.org/view/Mailing_list_etiquette