ISVNAuthenticationProvider authenticationProvider

2012-11-05 Thread Michael Hüttermann
Hello, having a "ISVNAuthenticationProvider authenticationProvider", how can get user name and password for accessing a Subversion repository ? Thank you. Michael

Re: relocate and dump/load

2012-08-22 Thread Michael Hüttermann
of the new repository? The content of the dump file is not modified. It will be loaded as-is. Thanks! Regards/Gruß zurück! Michael > Am 22.08.2012 12:29, schrieb Michael Hüttermann: >> does a "svn relocate" in a workspace work when I'm migrating to a >> different se

relocate and dump/load

2012-08-22 Thread Michael Hüttermann
Hello, does a "svn relocate" in a workspace work when I'm migrating to a different server *and* dump/load the old repo into a new repository, on the new server? What's the recommended strategy to keep a workspace in sync after a server migration and dump/load. Is it best to just checkout everythi

automatically resolve (some) tree conflicts

2012-08-20 Thread Michael Hüttermann
Hello, nailing down some tree conflicts show that there are no differences at all comparing merged versions. One example is a file that has the same name, path and content, but was removed/added meanwhile, and Subversion lost the tracking that it is exactly the same file than before. Is there a to

automatically resolve (some) tree conflicts

2012-08-20 Thread Michael Hüttermann
Hello, nailing down some tree conflicts show that there are no differences at all comparing merged versions. One example is a file that has the same name, path and content, but was removed/added meanwhile, and Subversion lost the tracking that it is exactly the same file than before. Is there a to

Re: preventing commits (this is *not* a classic hook question)

2012-03-22 Thread Michael Hüttermann
Hi David, thanks, that's awesome! Michael > I have a pre-commit hook that stores its configuration inside your > repository. You'll need access to the Subversion server to set it up, > but once it's setup, you can control access by checking out the > control file from the repository, making your

RE: preventing commits (this is *not* a classic hook question)

2012-03-20 Thread Michael Hüttermann
Hello Bob, Nico, Les, thanks for your pointers. Great help, exactly what I've looked for. Thanks!! Michael >> Hello, >> >> I'm wondering if there is any strategy for temporary preventing people >> from >> committing to a svn repository, without the person who sets the hook (or >> sth >> similar

preventing commits (this is *not* a classic hook question)

2012-03-19 Thread Michael Hüttermann
Hello, I'm wondering if there is any strategy for temporary preventing people from committing to a svn repository, without the person who sets the hook (or sth similar) being the admin of the svn repository. Thus, in this case, there is no option to directly access the /hooks/ folder. A "poor man

the revision number and a tag

2011-08-11 Thread Michael Hüttermann
Hello, given a Subversion tag, what's the best way to get the revision number of that tag, i.e. the revision number with which the tag was created? Is it possible at all having checked out the tag to a local working copy? Or is there any other way to cross-reference a "tag" to a revision num

RE: repo on Windows -- why not?

2011-04-24 Thread Michael Hüttermann
thank you all for your feedback. I've incorporated your comments. It would really be bad to prefer SVN as the VCS in a book, but writing counterproductive or misleading things, so I'm really glad that you've helped. If someone is interested in seeing that printed, the book is "Agile ALM", and

RE: repo on Windows -- why not?

2011-04-22 Thread Michael Hüttermann
are there any arguments to prefer Windows? (beside arguments that you drive a Windows shop) ok, looks like I have to adjust the section a bit. Am Freitag, den 22.04.2011, 10:39 +0200 schrieb Bob Archer : in most cases, you don't want to host a SVN repository on Windows. Why? We are a wi

repo on Windows -- why not?

2011-04-22 Thread Michael Hüttermann
Hello, mostly you don't want to host a SVN repository on Windows. What are common reasons to prefer other platforms, e.g. Linux? I'm looking for arguments and facts for my book. Thanks for your help. Regards Michael