> 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:
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
> > 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/
> > 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
> 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
> -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
>
> -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
> -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
> -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
> 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
> -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
> -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
> 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) -
> 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
> 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
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
> > 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
> > 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
>
> >> 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
Moved to the Subclipse forum:
http://svn.haxx.se/subusers/archive-2010-11/0006.shtml
Moved to the Subclipse forum:
http://svn.haxx.se/subusers/archive-2010-11/0007.shtml
> 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
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 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
24 matches
Mail list logo