Re: [Math] Controlled and and assisted switch to "Git"

2013-11-28 Thread Emmanuel Bourg
Le 28/11/2013 14:28, luc a écrit : >> If the "reference" repository is controlled by Git, could it be possible >> to use svn commands too? Or would it be too complicated to install the >> translation tools? > > I don't known about any way to use svn commands on git repository. Github has a svn

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-28 Thread luc
Le 2013-11-28 13:19, Gilles a écrit : On Wed, 27 Nov 2013 13:50:08 +, sebb wrote: On 27 November 2013 13:37, Luc Maisonobe wrote: Le 27/11/2013 13:47, Gilles a écrit : On Wed, 27 Nov 2013 12:44:27 +0100, Emmanuel Bourg wrote: Le 27/11/2013 12:13, Gilles a écrit : I'm only a bit worried

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-28 Thread Gilles
On Wed, 27 Nov 2013 13:50:08 +, sebb wrote: On 27 November 2013 13:37, Luc Maisonobe wrote: Le 27/11/2013 13:47, Gilles a écrit : On Wed, 27 Nov 2013 12:44:27 +0100, Emmanuel Bourg wrote: Le 27/11/2013 12:13, Gilles a écrit : I'm only a bit worried about the timing, and whether knowledg

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-27 Thread Emmanuel Bourg
Le 27/11/2013 13:47, Gilles a écrit : > What is "stash", what is "stash pop"? This is equivalent to the shelving feature on the Subversion 1.10 roadmap. This allows you to put aside the local modifications and pull them back later. This is done without committing anything. > You see, from my ze

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-27 Thread sebb
On 27 November 2013 13:37, Luc Maisonobe wrote: > Le 27/11/2013 13:47, Gilles a écrit : >> On Wed, 27 Nov 2013 12:44:27 +0100, Emmanuel Bourg wrote: >>> Le 27/11/2013 12:13, Gilles a écrit : >>> I'm only a bit worried about the timing, and whether knowledgeable people will be willing to

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-27 Thread Luc Maisonobe
Le 27/11/2013 13:47, Gilles a écrit : > On Wed, 27 Nov 2013 12:44:27 +0100, Emmanuel Bourg wrote: >> Le 27/11/2013 12:13, Gilles a écrit : >> >>> I'm only a bit worried about the timing, and whether knowledgeable >>> people will be willing to detail the move and explain what to do to >>> so that th

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-27 Thread Adrian Crum
git stash is the same as svn create patch and revert. So, you're creating a local patch, reverting your local changes, updating your local copy from the repo (git pull), then git stash pop will restore your previous local changes - the same as svn apply patch. The only way that using git inste

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-27 Thread Gilles
On Wed, 27 Nov 2013 12:44:27 +0100, Emmanuel Bourg wrote: Le 27/11/2013 12:13, Gilles a écrit : I'm only a bit worried about the timing, and whether knowledgeable people will be willing to detail the move and explain what to do to so that the total ignorant can indeed continue contributing "à l

Re: [Math] Controlled and and assisted switch to "Git"

2013-11-27 Thread Emmanuel Bourg
Le 27/11/2013 12:13, Gilles a écrit : > I'm only a bit worried about the timing, and whether knowledgeable > people will be willing to detail the move and explain what to do to > so that the total ignorant can indeed continue contributing "à la svn"[1] > until he finds the time to study the more a