* Setting SVN properties with git-svn, and removing empty directories
@ 2008-02-23 17:38 Adam Mercer
2008-02-23 18:18 ` Björn Steinbrink
0 siblings, 1 reply; 3+ messages in thread
From: Adam Mercer @ 2008-02-23 17:38 UTC (permalink / raw)
To: git
Hi
I want to start using git to track the upstream svn repository of a
project I work on but am running into a couple of problems that I need
to resolve before I can do this.
1) Is there a way that I can set, or modify, svn properties of files,
for example svn:keywords or svn:eol-style using git-svn?
2) Whenever I delete a directory using git-svn and merge my changes to
the upstream svn repository using "git svn dcommit" the directories in
question are removed from the git repository but only the contents of
these directories are removed from the svn repository, the directories
themselves remain. Is there a way to ensure that these directories are
removed from the svn repository?
Cheers
Adam
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Setting SVN properties with git-svn, and removing empty directories
2008-02-23 17:38 Setting SVN properties with git-svn, and removing empty directories Adam Mercer
@ 2008-02-23 18:18 ` Björn Steinbrink
2008-02-23 18:23 ` Adam Mercer
0 siblings, 1 reply; 3+ messages in thread
From: Björn Steinbrink @ 2008-02-23 18:18 UTC (permalink / raw)
To: Adam Mercer; +Cc: git
On 2008.02.23 12:38:03 -0500, Adam Mercer wrote:
> 2) Whenever I delete a directory using git-svn and merge my changes to
> the upstream svn repository using "git svn dcommit" the directories in
> question are removed from the git repository but only the contents of
> these directories are removed from the svn repository, the directories
> themselves remain. Is there a way to ensure that these directories are
> removed from the svn repository?
Acccording to the man page, you can pass --rmdir to dcommit or set
svn.rmdir in the configuration to have git-svn delete empty directories
in the SVN repo.
Björn
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Setting SVN properties with git-svn, and removing empty directories
2008-02-23 18:18 ` Björn Steinbrink
@ 2008-02-23 18:23 ` Adam Mercer
0 siblings, 0 replies; 3+ messages in thread
From: Adam Mercer @ 2008-02-23 18:23 UTC (permalink / raw)
To: Björn Steinbrink; +Cc: git
On Sat, Feb 23, 2008 at 1:18 PM, Björn Steinbrink <B.Steinbrink@gmx.de> wrote:
> Acccording to the man page, you can pass --rmdir to dcommit or set
> svn.rmdir in the configuration to have git-svn delete empty directories
> in the SVN repo.
Fantastic, thanks I didn't see that option!
Cheers
Adam
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-02-23 18:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-23 17:38 Setting SVN properties with git-svn, and removing empty directories Adam Mercer
2008-02-23 18:18 ` Björn Steinbrink
2008-02-23 18:23 ` Adam Mercer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).