git-svn should transform svn:ignore to .gitignore and .gitignore to svn:ignore automatically

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello!

I am attempting to use git as a local repository to manage the work
before checking into the master subversion repository. gerrit is
involved in this. I consider the git repository as a mirror of the
subversion repository so changes in the subversion repository are
fetched using 'git rebase" and changes in the git repository are sent
upstream with "git svn dcommit".

I find it inconvenient that the svn:ignore properties are not mirrored
into .gitignore files by "git svn fetch", "git rebase", and I assume
that changes in .gitignore files do not cause "git svn dcommit" to
modify the svn:ignore property.

I would like this feature to be added to git-svn.

As a workaround, I have run "git svn create-ignore" and committed the
.gitignore files. This means that I will have to try to remember to do
this again whenever any svn:ignore property changes and changes that
are done in .gitignore files in the downstream "git repository" will
not be considered by svn.

Thanks!

        /Linus
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]