Re: [web2py] Can we commit the codes from web2py to Git

2018-09-03 Thread 黄祥
like pointed by tom's posted web2py repo is on https://github.com/web2py you can clone it and put it on your repo if you want (in previous posted *web2py itself not web2pyp app*) useful when you fix some bug in web2py core or add some feature to web2py core web2py app mean is whatever applicati

Re: [web2py] Can we commit the codes from web2py to Git

2018-09-03 Thread vivek vijayan
Hello expert, Little confused here. ”just a suggestion better to maintain your web2py app in your repo, not the web2py itself, except you want fix some bug or add some feature in web2py, but again better to separate it" So you are suggesting to put each the web2py application in my svn repo? So w

Re: [web2py] Can we commit the codes from web2py to Git

2018-09-03 Thread 黄祥
think you can do whatever you like with your own repo, but the question is ambigitous. web2py in terms of web2py root folder that contain -rw-rw-r-- 1 tetsu staff 66446 Aug 6 08:02 CHANGELOG -rw-rw-r-- 1 tetsu staff5727 Aug 6 08:02 LICENSE -rw-rw-r-- 1 tetsu staff 24 Aug 6

Re: [web2py] Can we commit the codes from web2py to Git

2018-09-03 Thread vivek vijayan
Hello expert, As we already have svn, can we commit the code that we changed from web2py framework to svn repo from there I can initiate a Jenkins job trigger to deploy the change to web2py server under that application path On Mon, Sep 3, 2018, 4:46 PM Tom Campbell wrote: > Yes it works fine w

[web2py] Can we commit the codes from web2py to Git

2018-09-03 Thread Tom Campbell
Yes it works fine with Git. In fact... https://github.com/web2py -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are

[web2py] Can we commit the codes from web2py to Git

2018-09-03 Thread Vowner
I am planning to introduce Continuous Integration for our python web development activities. So as a first phase, we are planning to get a version control system GIT. So can i commit the code changes from Web2py to Git repo and from there I can trigger a job through Jenkins to modify the web