[git-users] How to convert SVN tags to Git

2013-01-22 Thread Luís de Sousa
Dear all, I have a basic SVN repo with a few tags marking code releases organised the following way: /src /releases /0.1 /0.2 /0.3 Where *src* is the trunk and all sub-folders of *releases* are tags created with *svn copy*. I've managed to migrate this repo using *git svn*, bu

[git-users] Re: Trying to convert svn repos to Git repos

2013-01-22 Thread waas.nett
Thanks for your reply. As noted I started a couple of days back with Git. I am still in a phase trying to navigate towards a strategy for myself. This means also to find if I am heading towards a dead end with stupid ideas or that I am doing complete nonsense. The white-space issue comes throu

[git-users] Re: Trying to convert svn repos to Git repos

2013-01-22 Thread Thomas Ferris Nicolaisen
On Tuesday, January 22, 2013 11:36:02 AM UTC+1, waas.nett wrote: > > Thanks for your reply. > As noted I started a couple of days back with Git. I am still in a phase > trying to navigate towards a strategy for myself. This means also to find > if I am heading towards a dead end with stupid id

[git-users] Re: How to convert SVN tags to Git

2013-01-22 Thread Thomas Ferris Nicolaisen
On Tuesday, January 22, 2013 11:11:00 AM UTC+1, Luís de Sousa wrote: > Dear all, > > I have a basic SVN repo with a few tags marking code releases organised > the following way: > > /src > /releases >/0.1 >/0.2 >/0.3 > > > Where *src* is the trunk and all sub-folders of *relea

Re: [git-users] How to convert SVN tags to Git

2013-01-22 Thread Konstantin Khomoutov
On Tue, 22 Jan 2013 02:11:00 -0800 (PST) Luís de Sousa wrote: > Dear all, > > I have a basic SVN repo with a few tags marking code releases > organised the following way: > > /src > /releases >/0.1 >/0.2 >/0.3 > > > Where *src* is the trunk and all sub-folders of *releases*

Re: [git-users] How to convert SVN tags to Git

2013-01-22 Thread Luís de Sousa
On Tuesday, 22 January 2013 13:10:02 UTC+1, Konstantin Khomoutov wrote: > > Hence git-svn creates one remote branch in your local repository for > each "tag" in the Subversion repository. > Hi Konstatin, thanks for the reply. As I wrote initially, *git svn clone* doesn't create any branches:

[git-users] Re: How to convert SVN tags to Git

2013-01-22 Thread Luís de Sousa
On Tuesday, 22 January 2013 13:05:37 UTC+1, Thomas Ferris Nicolaisen wrote: > > > Use the --tags parameter to specify where the tags are (relative to your > clone url): http://www.kernel.org/pub/software/scm/git/docs/git-svn.html > > This will first turn them into git branches. Convert them into

Re: [git-users] How to convert SVN tags to Git

2013-01-22 Thread Konstantin Khomoutov
On Tue, 22 Jan 2013 04:53:30 -0800 (PST) Luís de Sousa wrote: > > Hence git-svn creates one remote branch in your local repository > > for each "tag" in the Subversion repository. [...] > As I wrote initially, *git svn clone* doesn't create any branches: > > $ git branch -r > git-svn > > Ca

[git-users] Re: Trying to convert svn repos to Git repos

2013-01-22 Thread waas.nett
On Tuesday, January 22, 2013 12:11:19 PM UTC+1, Thomas Ferris Nicolaisen wrote: > > > > Yes. If it's possible in SVN, then it ideally should be handled by > git-svn. Just make sure you have the latest version of git to make sure > this hasn't been fixed in recent versions. It has at least been

Re: [git-users] Re: How to convert SVN tags to Git

2013-01-22 Thread Konstantin Khomoutov
On Tue, 22 Jan 2013 05:44:17 -0800 (PST) Luís de Sousa wrote: [...] > Now the issue is that I have no master branch, but all the oldre > branches cloned. Can I just rename the most recent branch and delete > the older branches? This is a rather philosophical question. The special treatment of t

[git-users] Storing extra files for release versions.

2013-01-22 Thread Rahul Gupta
Hi, This is probably a hangover from SVN habits but still I would like the Git way doing this. Normally using SVN, when I work on a latex file, I store the pdf generated in my Tag folder along with latex file. There is no concept of Tag folder in Git and while I want to store the PDF generated

Re: [git-users] Storing extra files for release versions.

2013-01-22 Thread Konstantin Khomoutov
On Tue, Jan 22, 2013 at 10:14:12PM -0800, Rahul Gupta wrote: > This is probably a hangover from SVN habits but still I would like the Git > way doing this. > > Normally using SVN, when I work on a latex file, I store the pdf generated > in my Tag folder along with latex file. There is no concep