[web2py] Re: Mercurial python 3

2020-04-02 Thread Dave S
On Thursday, April 2, 2020 at 10:29:05 AM UTC-7, Шаманов Алексей wrote: > > Hello, anybody tries web2py + mercurial versioning with python 3? > Mercurial 5.2+ support python 3 but in web2py i have a bunch of errors: > > The Web2py Mercurial interface is deprecated because it depended on

Re: [web2py] Re: mercurial

2017-09-05 Thread Richard Vézina
Ability to push mods made in prod (hot fix) would be interresting although I am not sure how it would work for me as I can't use github for my project (need to pay). Would need a fix location over ssh to make use of such a feature... I guess having when you have repo on github it make total sens

[web2py] Re: mercurial

2017-09-04 Thread Marcelo Huerta
El sábado, 2 de septiembre de 2017, 1:23:07 (UTC-3), Massimo Di Pierro escribió: > > also we can assume git is already installed so it is a matter of calling > subprocess. I would take a patch to simplify the code. :-) > > What about people with other VCSs installed which would want to use

[web2py] Re: mercurial

2017-09-02 Thread Dave S
On Friday, September 1, 2017 at 9:18:48 PM UTC-7, Massimo Di Pierro wrote: > > There is an advantage in having some minimal version control functionality > available through the web admin. > We just have the wrong functionality. > > What we need is commit, push, and pull only. In that an admin

[web2py] Re: mercurial

2017-09-01 Thread Martin Weissenboeck
Ok, thanks. Am 02.09.2017 06:22 schrieb "Massimo DiPierro" : > also we can assume git is already installed so it is a matter of calling > subprocess. I would take a patch to simplify the code. :-) > > On Sep 1, 2017, at 11:21 PM, Martin Weissenboeck

[web2py] Re: mercurial

2017-09-01 Thread Massimo DiPierro
also we can assume git is already installed so it is a matter of calling subprocess. I would take a patch to simplify the code. :-) > On Sep 1, 2017, at 11:21 PM, Martin Weissenboeck wrote: > > I agree! > > Am 02.09.2017 06:18 schrieb "Massimo Di Pierro"

[web2py] Re: mercurial

2017-09-01 Thread Martin Weissenboeck
I agree! Am 02.09.2017 06:18 schrieb "Massimo Di Pierro" : There is an advantage in having some minimal version control functionality available through the web admin. We just have the wrong functionality. What we need is commit, push, and pull only. In that an admin

[web2py] Re: mercurial

2017-09-01 Thread Massimo Di Pierro
There is an advantage in having some minimal version control functionality available through the web admin. We just have the wrong functionality. What we need is commit, push, and pull only. In that an admin can upgrade an app by pressing a button in admin, without having to login. On

[web2py] Re: mercurial

2017-08-31 Thread Dave S
On Thursday, August 31, 2017 at 3:26:43 PM UTC-7, Massimo Di Pierro wrote: > > I think we should drop mercurial support and move to git consistently. > Perhaps drop all VCS built-ins, and let the role be better served by VCS tools external to the web2py code. /dps > On Wednesday, 30 August

[web2py] Re: mercurial

2017-08-31 Thread Massimo Di Pierro
I think we should drop mercurial support and move to git consistently. On Wednesday, 30 August 2017 06:21:13 UTC-5, mweissen wrote: > > I want to try the admin versioning. > mercurial is installed, hg --version shows 2.8.2 > > And a click on versioning gives "Sorry, could not find mercurial

Re: [web2py] Re: mercurial

2017-08-31 Thread Dave S
On Thursday, August 31, 2017 at 11:18:14 AM UTC-7, Richard wrote: > > Hello Martin, > > And sorry if I hurt feels (community), but it only me thinking... > > If I was you, I would avoid rely to such web2py feature (I am thinking to > web2py upgrade button in admin here)... First the versioning

Re: [web2py] Re: mercurial

2017-08-31 Thread Richard Vézina
Hello Martin, And sorry if I hurt feels (community), but it only me thinking... If I was you, I would avoid rely to such web2py feature (I am thinking to web2py upgrade button in admin here)... First the versioning feature limit you to linear change history (no branches) and to mercurial...

Re: [web2py] Re: mercurial

2017-08-30 Thread Martin Weissenboeck
Thank you for your fast response. I think if "versioning" does not work in web2py the button and the chapter from the book should be removed. It is frustrating to try something, which does not work. I always think that I have made a mistake. Regards Martin 2017-08-30 22:32 GMT+02:00 Dave S

[web2py] Re: mercurial

2017-08-30 Thread Dave S
On Wednesday, August 30, 2017 at 12:11:01 PM UTC-7, mweissen wrote: > > Now another instance of web2py and another ticket. > It seems that web2py does not match this version of mercurial. > Who uses "versioning" with success? > > It's an interface issue. web2py uses an internal interface that's

[web2py] Re: mercurial

2017-08-30 Thread Martin Weissenboeck
Now another instance of web2py and another ticket. It seems that web2py does not match this version of mercurial. Who uses "versioning" with success? ​ Error ticket for "admin"Ticket ID 62.46.34.69.2017-08-30.18-52-32.0686f969-19c0-4400-9e6c-2f79cec2c962 addremove() takes at least 3 arguments

[web2py] Re: Mercurial Error

2016-06-02 Thread Dave S
On Wednesday, June 1, 2016 at 8:37:38 PM UTC-7, greenpoise wrote: > > Thanks but is this to work from the shell? I would love to use the version > control from web2py admin interface. > > Thanks again > >From the command line. The web shell web2py has provided is deprecated, and is a

[web2py] Re: Mercurial Error

2016-06-01 Thread greenpoise
On Wednesday, June 1, 2016 at 4:57:50 PM UTC-7, Dave S wrote: > > > > On Wednesday, June 1, 2016 at 4:12:50 PM UTC-7, Dave S wrote: >> >> >> >> On Wednesday, June 1, 2016 at 3:05:15 PM UTC-7, greenpoise wrote: >>> >>> My version control is not working. Any ideas? this is the error I get. >>>

[web2py] Re: Mercurial Error

2016-06-01 Thread Dave S
On Wednesday, June 1, 2016 at 4:12:50 PM UTC-7, Dave S wrote: > > > > On Wednesday, June 1, 2016 at 3:05:15 PM UTC-7, greenpoise wrote: >> >> My version control is not working. Any ideas? this is the error I get. >> Could it be a mercurial version error? >> > > The web2py interface to Mercurial

[web2py] Re: Mercurial Error

2016-06-01 Thread Dave S
On Wednesday, June 1, 2016 at 3:05:15 PM UTC-7, greenpoise wrote: > > My version control is not working. Any ideas? this is the error I get. > Could it be a mercurial version error? > The web2py interface to Mercurial seems to use internal APIs, which are subject to change. Do your Mercurial

[web2py] Re: Mercurial and Windows 10

2016-05-18 Thread Roberto Betancur
same problem here! El sábado, 14 de mayo de 2016, 4:36:17 (UTC-3), mweissen escribió: > > I have tried to use the Mercurial Version Control System. > > There is the same web2py version (2.14.6) on a Linux Ubuntu server and on > a Windows 10 server. > No problem on the Linux server. But the

Re: [web2py] Re: Mercurial and Windows 10

2016-05-17 Thread Richard Vézina
There is this issue open for some times could it be related : https://github.com/web2py/web2py/issues/1245 Richard On Tue, May 17, 2016 at 1:30 AM, Martin Weissenboeck wrote: > I have installed: > > Mercurial on the Windows server: >

[web2py] Re: Mercurial and Windows 10

2016-05-16 Thread Martin Weissenboeck
I have installed: Mercurial on the Windows server: https://www.mercurial-scm.org/wiki/Download#Windows "Mercurial-3.8.1 (32-bit py2.7) / Mercurial-3.8.1 (64-bit py2.7)

[web2py] Re: Mercurial and Windows 10

2016-05-16 Thread Dave S
On Monday, May 16, 2016 at 4:31:14 PM UTC-7, Massimo Di Pierro wrote: > > I think there are different incompatible versions of mercurial API's > around. which version of mercurial do you have? > Officially, there is only 1 API .. the command line. Use of internal interfaces is not guaranteed

[web2py] Re: Mercurial and Windows 10

2016-05-16 Thread Massimo Di Pierro
I think there are different incompatible versions of mercurial API's around. which version of mercurial do you have? On Saturday, 14 May 2016 02:36:17 UTC-5, mweissen wrote: > > I have tried to use the Mercurial Version Control System. > > There is the same web2py version (2.14.6) on a Linux

[web2py] Re: Mercurial?

2014-11-20 Thread pbreit
Which is the master, Hg on Google Code or Git on GitHub? On Tuesday, November 18, 2014 11:46:41 AM UTC-8, Dave S wrote: On Tuesday, November 18, 2014 4:02:17 AM UTC-8, Dragan Matic wrote: Also, file scripts/setup-web2py-centos7.sh is missing from mercurial repository. Obviously there is a

[web2py] Re: Mercurial?

2014-11-20 Thread Niphlod
git. On Thursday, November 20, 2014 10:16:20 PM UTC+1, pbreit wrote: Which is the master, Hg on Google Code or Git on GitHub? On Tuesday, November 18, 2014 11:46:41 AM UTC-8, Dave S wrote: On Tuesday, November 18, 2014 4:02:17 AM UTC-8, Dragan Matic wrote: Also, file

[web2py] Re: Mercurial?

2014-11-18 Thread Dragan Matic
Also, file scripts/setup-web2py-centos7.sh is missing from mercurial repository. Obviously there is a problem in syncing two repositories. On Monday, November 17, 2014 8:25:44 AM UTC+1, Johann Spies wrote: According to https://code.google.com/p/web2py/source/checkout the Mercurial

[web2py] Re: Mercurial?

2014-11-18 Thread Dave S
On Tuesday, November 18, 2014 4:02:17 AM UTC-8, Dragan Matic wrote: Also, file scripts/setup-web2py-centos7.sh is missing from mercurial repository. Obviously there is a problem in syncing two repositories. Mercurial has pretty good tools for syncing repositories of various forms, which

[web2py] Re: Mercurial creating new apps?

2013-10-21 Thread Dave S
On Monday, October 21, 2013 12:15:05 PM UTC-7, User wrote: I have cloned the web2py mercurial repository and hg updated to R-2.7.4. I'm using TortoiseHg on windows. Now when I want to create a new application based on the welcome app how should I go about doing this? what is the normal

[web2py] Re: Mercurial creating new apps?

2013-10-21 Thread User
When I click the Versioning link I get Sorry, could not find mercurial installed although I have TortoiseHg installed. Does this work for you? On Monday, October 21, 2013 5:56:28 PM UTC-4, Dave S wrote: On Monday, October 21, 2013 12:15:05 PM UTC-7, User wrote: I have cloned the web2py

[web2py] Re: Mercurial creating new apps?

2013-10-21 Thread Dave S
On Monday, October 21, 2013 4:34:08 PM UTC-7, User wrote: When I click the Versioning link I get Sorry, could not find mercurial installed although I have TortoiseHg installed. Does this work for you? I'm running on a Linux system, so I have Mercurial without any Tortoises. I might try on

[web2py] Re: Mercurial not found

2013-05-20 Thread tim spear
I had the same error with the web2py.exe version of web2py I found the versioning button works ok though from the python source version (see http://ochiba77.blogspot.co.uk/2011/10/how-to-install-web2py-from-source.html ) On Tuesday, August 28, 2012 4:59:25 PM UTC+1, Sergi Pons Freixes

[web2py] Re: Mercurial not found

2013-05-20 Thread Niphlod
that's because the binary distribution doesn't ship with mercurial... if you fiddle with source code (and need version control) you're kinda required to use the source code distribution. On Monday, May 20, 2013 5:34:20 PM UTC+2, tim spear wrote: I had the same error with the web2py.exe

Re: [web2py] Re: Mercurial not found

2012-08-30 Thread Johann Spies
On 29 August 2012 23:35, Sergi Pons Freixes sachiel2...@gmail.com wrote: Yes, scmutil fails to be imported also in my case. If the problem then it's a too old version of mercurial, I'll try to install it manually instead of the version packaged by debian. I recently installed a recent

[web2py] Re: Mercurial not found

2012-08-30 Thread Nico Zanferrari
Looking inside the official selenic repository, I think that for a recent web2py you need at least *mercurial version 1.9* (released on August 2011 - this is the first one with the scmutil module). BTW, the latest available mercurial version is 2.3 and maybe you need web2py version 2.00

Re: [web2py] Re: Mercurial not found

2012-08-30 Thread Sergi Pons Freixes
2012/8/30 Johann Spies johann.sp...@gmail.com: I recently installed a recent version of mercurial on Debian stable from backports and did not have any problem. I just installed the backports version, 2.2.2, and it works fine. Problem solved :) --

Re: [web2py] Re: Mercurial not found

2012-08-29 Thread Sergi Pons Freixes
On 28 Aug 2012, at 9:40 AM, Massimo Di Pierro massimo@gmail.com wrote: Which web2py version? which python version? It's with Python 2.6.6, web2py stable (1.99.7). But I noticed that I also have python 2.5.5 installed on my system, and grepping web2py files I can see several calls to

[web2py] Re: Mercurial not found

2012-08-29 Thread Nico Zanferrari
There is exactly the same problem with http://www.pythonanywhere.com (they use python 2.6.6 and web2py 1.99.7). But I've found that it imports: from mercurial import ui, hg, cmdutil, scmutil and in fact the *scmutil *fails to be imported manually. Maybe you need an updated version of

Re: [web2py] Re: Mercurial not found

2012-08-29 Thread Sergi Pons Freixes
2012/8/29 Nico Zanferrari nicoz...@gmail.com: There is exactly the same problem with http://www.pythonanywhere.com (they use python 2.6.6 and web2py 1.99.7). But I've found that it imports: from mercurial import ui, hg, cmdutil, scmutil and in fact the scmutil fails to be imported manually.

[web2py] Re: Mercurial not found

2012-08-28 Thread Massimo Di Pierro
Which web2py version? which python version? On Tuesday, 28 August 2012 10:59:25 UTC-5, Sergi Pons Freixes wrote: Hi all, I have mercurial installed: # dpkg -l |grep mercurial ii mercurial 1.6.4-1

Re: [web2py] Re: Mercurial not found

2012-08-28 Thread Jonathan Lundell
On 28 Aug 2012, at 9:40 AM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Which web2py version? which python version? Note that that particular message implies that 'from mercurial import ui, hg, cmdutil' yielded an ImportError. Try the import from python directly. On Tuesday, 28

Re: [web2py] Re: Mercurial not found

2012-08-28 Thread Massimo Di Pierro
The mercurial people people keep changing the API every version. they do not seem to care of users who use mercurial programmatically. On Tuesday, 28 August 2012 11:47:50 UTC-5, Jonathan Lundell wrote: On 28 Aug 2012, at 9:40 AM, Massimo Di Pierro massimo@gmail.comjavascript: wrote:

[web2py] Re: Mercurial Error

2011-06-02 Thread Massimo Di Pierro
I finally got to the bottom of this. It is fixed in trunk. Trunk has some experimental stuff you do not want but if you just get this file: applications/admin/controllers/mercurial.py the problem should be gone. On May 2, 8:45 pm, ehgonzalez ehgonzale...@gmail.com wrote: Hello, When I'm

[web2py] Re: mercurial and versioning

2010-09-22 Thread Christopher Steel
Hi Richard, I started at the command line, then built a bash script for quick cloning. I also use Web2py's built in versioning on the Mac, used Eclipse and a script that allows you to update a subdirectory full of projects. Now I mostly use the command line and batch pull and updates. One guy I

Re: [web2py] Re: mercurial and versioning

2010-09-22 Thread Richard Vézina
Thanks Chris, I look at it tomorrow. I read in the list that there were a web2py kind of plugin for eclipse, but to me it not seems to be easy to configure, so I am waiting. There is also a guy that showed a IDE that he developped that could fit the web2py needs in matter of dev environnement. I

[web2py] Re: Mercurial or Bazaar?

2010-03-23 Thread mdipierro
They are clones of each other but I'd like to stop mantaining the bazaar one. On Mar 23, 4:50 am, Giovanni Giorgi j...@objectsroot.com wrote: hi all,  I have seen there are two web2pty repositories: one based on mercurial and one based on bazaar. Which is the official one? By the way, I

[web2py] Re: Mercurial or Bazaar?

2010-03-23 Thread Yarko Tymciurak
On Mar 23, 8:36 am, mdipierro mdipie...@cs.depaul.edu wrote: They are clones of each other but I'd like to stop mantaining the bazaar one. It would be good to update the main page, and put a note on the branches... Also, since people will find launchpad of web2py, the links (which now still