RE: Subversion version on server

2010-12-14 Thread Ludwig, Michael
> on command prompt type svn --version and you will get the required info That's for the client. The OP asked how to get the version of the server from the clientside. (So without access to the serverside.) I naively tried the following, but it doesn't reveal the version info: l...@hrswks006:

RE: Periodically merge between trunk->branch and branch->trunk

2010-12-09 Thread Ludwig, Michael
Moin Daniel, > I'd like to create a branch from trunk and periodically merge trunk > into my branch to stay up to date with what happens in trunk. > At some point, the feature in my branch reaches a kind of stability > that is OK for trunk, so I merge it back to trunk. > The difference to the stan

RE: calling svn copy twice...

2010-12-08 Thread Ludwig, Michael
> > I don't understand this behaviour. I expect an error message. > That's actually perfectly analogous to the behaviour of the unix > cp command, when copying directories: > So svn's cp behaviour is simply based on the standard behaviour > of cp. And there is no special treatment for branches/

RE: How to use custom path for config file

2010-12-03 Thread Ludwig, Michael
> > Look at the next to last Global option in svn help . > > This would be even more useful as a compile option (for > example the existing --sysconfdir), instead of at each run. If it isn't a compile option, you can edit the source and compile. Or on Linux, use a symlink from the default locat

RE: AW: How to find out the rev number where a file was deleted?

2010-12-01 Thread Ludwig, Michael
> From: Les Mikesell [mailto:lesmikes...@gmail.com] > On 12/1/2010 6:40 AM, Ludwig, Michael wrote: > > > >> And if you did have the name lookup you want, you still have to > >> deal with the issue that in every rev where the name is found it > >> may be some

RE: AW: How to find out the rev number where a file was deleted?

2010-12-01 Thread Ludwig, Michael
> -Original Message- > From: Les Mikesell > On 11/30/2010 12:04 PM, Ludwig, Michael wrote: > > True, but many humans tend to attach meaning to names, to > > remember them, and to refer to them. > But when humans use names they have to understand their >

RE: AW: How to find out the rev number where a file was deleted?

2010-11-30 Thread Ludwig, Michael
> -Original Message- > From: Les Mikesell > On 11/30/10 5:21 AM, Ludwig, Michael wrote: > > > > svn show svn://server.dev/eins/zwei/drei/vier.txt > > > > seq node-id revision status > > 1 1bca34933 A > > 1 1bca3497

RE: AW: How to find out the rev number where a file was deleted?

2010-11-30 Thread Ludwig, Michael
> -Original Message- > From: Les Mikesell > On 11/29/2010 11:45 AM, Ludwig, Michael wrote: > > I can see that from the peg rev point of view, HEAD is the > > future. But I think we can also agree that from the SVN user's > > perspective, every single e

RE: AW: How to find out the rev number where a file was deleted?

2010-11-29 Thread Ludwig, Michael
> -Original Message- > From: Les Mikesell > On 11/29/2010 4:23 AM, Ludwig, Michael wrote: > >>> 4. Quite (un)surprisingly, my intent is to actually find > >>> revision, in which the destruction was made. Because, quite > >>> (un)surprisingly

RE: AW: How to find out the rev number where a file was deleted?

2010-11-29 Thread Ludwig, Michael
> From: Johan Corveleyn > I'm not sure. But there is another alternative: while we wait for > FS-NG (or another solution like you propose), one could implement the > "slow" algorithm within the current design. Just automating what a > user (or script) currently does when looking for this informati

RE: AW: How to find out the rev number where a file was deleted?

2010-11-29 Thread Ludwig, Michael
> -Original Message- > From: Les Mikesell > On 11/28/10 12:28 AM, Andrey Repin wrote: > > 4. Quite (un)surprisingly, my intent is to actually find revision, > > in which the destruction was made. Because, quite (un)surprisingly, > > I don't know that. > > I'd like to be able to see the fu

RE: prevent Linux root from seeing my files

2010-11-29 Thread Ludwig, Michael
> -Original Message- > From: He Dajiang > For some reason, my svn server is in someone else's Linux > machine. Is there any way for me to prevent the Linux root > from seeing and copying my files? No. Copying and seeing files can't be prevented. You'd need to encrypt your data at some

RE: file externals & URLs

2010-11-23 Thread Ludwig, Michael
> From: Piotr Kabacinski [mailto:pi...@kabot.net] > Externals to different repositories are possible. > http://svnbook.red-bean.com/en/1.5/svn.advanced.externals.html > You can use relative path when accessing the same repository. > > Problem is if you want to point to file (not to directory) -

RE: Release Repositories

2010-11-23 Thread Ludwig, Michael
> From: Nico Kadel-Garcia [mailto:nka...@gmail.com] > On Mon, Nov 22, 2010 at 9:55 PM, Andrey Repin > > Cron job won't be able to know if file transfer is completed. It > > will have to guess from, e.g., testing the archive (if it's > > archive) for integrity. filesystem notification mechanism w

RE: Release Repositories

2010-11-22 Thread Ludwig, Michael
> From: Andrey Repin > Sent: Monday, November 22, 2010 5:11 PM > > Any ideas of any software that can handle this. > > You'd be surprised, but the very filesystem (in Unix/Linux at > least) support > trigger mechanism. All you need is to write appropriate filter. I think one such mechanism for

RE: svn:externals format

2010-11-19 Thread Ludwig, Michael
Replying to myself now that I realize the issue: > From: Ludwig, Michael [mailto:michael.lud...@delphi-mb.de] > Sent: Tuesday, November 16, 2010 3:21 PM > > > what is the advantage of using > > > > > > ^/trunk/project/subproj...@40 subproject > > &g

RE: svn:externals format

2010-11-16 Thread Ludwig, Michael
> > what is the advantage of using > > > > ^/trunk/project/subproj...@40 subproject > > This new format does support relative URLs. Are there many files beginning with a caret? If not, it would also be convenient for: * svn list * svn cat * svn copy * svn move * svn diff * ... Basically

RE: Subversion/Tortoise questions

2010-11-10 Thread Ludwig, Michael
> > SvnAnt uses the svnClientAdapter.jar, which in turn uses one of: > > > > (1) JavaHL - Java/JNI to C++ core library interface [1] > > (2) SvnKit - pure Java implementation [2] > > (3) command line client, for example [3] > With regards to the Windows Subversion Client. If several scripts are >

RE: Subversion/Tortoise questions

2010-11-10 Thread Ludwig, Michael
> >> 4) Is the another GUI Subversion client that has better performance > >> when content is being checked out to a Windows network drive. > > > > You won't find much variation, because they almost all use the same > > core libraries or code. > > What about SvnAnt ? SvnAnt uses the svnClientAdap

RE: SvnAnt: equivalent to "svn list $repo_url" ?

2010-11-10 Thread Ludwig, Michael
Moved to the Subclipse forum: http://svn.haxx.se/subusers/archive-2010-11/0006.shtml

RE: SvnAnt: property prefix inconsistency

2010-11-10 Thread Ludwig, Michael
Moved to the Subclipse forum: http://svn.haxx.se/subusers/archive-2010-11/0007.shtml

RE: SvnAnt: property prefix inconsistency

2010-11-10 Thread Ludwig, Michael
> SVNAnt is part of the Subclipse project and has its own set of mailing > lists which may be better suited to your questions & concerns. > http://subclipse.tigris.org/ds/viewForums.do Thanks, I subscribed to that forum and posted my SvnAnt questions there. Looks like it takes more time for the m

SvnAnt: equivalent to "svn list $repo_url" ?

2010-11-09 Thread Ludwig, Michael
Using "svn list svn://svnsrv/bla/blub", I can browse the repository. Can I do the equivalent using SvnAnt? http://subclipse.tigris.org/svnant.html The "list" (or "ls") command is missing from the SvnAnt task list. The Svn selectors (like ) are documented to work on filesets only. -- Michael L

SvnAnt: property prefix inconsistency

2010-11-09 Thread Ludwig, Michael
SvnAnt tasks return information to the caller by setting various properties. The caller can have the library apply prefixes to these properties. There are inconsistencies in how prefixes are applied to these properties. Here's an example: svn.wcvmodified=true - without