[git-users] git svn branch --destination https://mysvnsrv.org/rep/branches/mysoftware

2013-03-22 Thread rupert THURNER
as we do not have any branches or tags, i did clone the head of an svn repository a while ago via: git svn clone -r HEAD https://mysvnsrv.org/rep/trunk/mysoftware now, we want to parallel develop a new release, and i tried to do: git svn branch -m new version feature branch mysoftware-2.0.0

[git-users] Keeping IDE files in a public project

2013-03-22 Thread Ram Rachum
Hi everybody, Here's a problem I had to deal with many times. I'm hoping someone here can come up with a solution. I'm working on an open-source project. I need to have a few files that other people wouldn't like to see: Mostly IDE files. I don't want to commit those files to the repo itself,

Re: [git-users] Keeping IDE files in a public project

2013-03-22 Thread Gergely Polonkai
That depends on your IDE. E.g. Netbeans cat store the project (IDE) files in a separate directory, and as I remember, Eclipse can do the same. On 22 March 2013 23:22, Ram Rachum ram.rac...@gmail.com wrote: Hi everybody, Here's a problem I had to deal with many times. I'm hoping someone here

Re: [git-users] Keeping IDE files in a public project

2013-03-22 Thread Ram Rachum
Gergerly, that doesn't solve my problem. I want the files to be saved for me to be able to use them on any computer in which I work on the repo. On Sat, Mar 23, 2013 at 12:39 AM, Gergely Polonkai gerg...@polonkai.euwrote: That depends on your IDE. E.g. Netbeans cat store the project (IDE)

Re: [git-users] Keeping IDE files in a public project

2013-03-22 Thread Gergely Polonkai
If you manage to store them in a different directory, it will be easy to manage them in a your own repository. E.g you check out the project source in /home/user/project/source from git.project.com and the IDE files to /home/user/project/ide from git.example.com, and combine them by using the

Re: [git-users] Keeping IDE files in a public project

2013-03-22 Thread Ram Rachum
And this will be more convenient than a submodule? On Sat, Mar 23, 2013 at 1:24 AM, Gergely Polonkai gerg...@polonkai.euwrote: If you manage to store them in a different directory, it will be easy to manage them in a your own repository. E.g you check out the project source in

Re: [git-users] Keeping IDE files in a public project

2013-03-22 Thread Gergely Polonkai
Submodules are committed with the project, so your fellow developers would see that they exist. Also, submodules need to be committed separately, while the approach I described can be automated with software like SparkleShare (if you don't mind that you don't control the commit messages) On 23

Re: [git-users] Keeping IDE files in a public project

2013-03-22 Thread Ram Rachum
If the open-source project's repository is a submodule of my own, wouldn't that work? On Sat, Mar 23, 2013 at 1:32 AM, Gergely Polonkai gerg...@polonkai.euwrote: Submodules are committed with the project, so your fellow developers would see that they exist. Also, submodules need to be

[git-users] commit ee50e135aeb048b90fab662e661c58b67341830b upstream, how is the message produced

2013-03-22 Thread lei yang
Hi experts, I don't know how the upstream info produced, it seems not get with git cherry-pick -x sha1 can you point me commit 83829ab554f01ee5fcef4880b0a90cc14350b936 Author: Olivier Sobrie oliv...@sobrie.be Date: Fri Jan 18 09:32:41 2013 +0100 can: pch_can: fix invalid error codes