3)
What HTTP library you are using in your configuration? Neon or serf?
Neon is the default one in 1.6.x. Subversion is usually built with
both (as displayed in its "svn --version" output).
[1] http://svn.apache.org/viewvc/subversion/branches/1.6.x/CHANGES?view=markup
Best regards,
Konstantin Kolinko
; Any suggestions on next steps?
>
Do you read both stdout and stderr? Nothing is printed to stderr?
It is known issue that XML output can be truncated when an error happens.
http://subversion.tigris.org/issues/show_bug.cgi?id=2656
Do you execute "svn info" on a working copy path, or on an URL?
Best regards,
Konstantin Kolinko
a way to recursively display all excluded directories of a given
> working copy.
>
"svn ls" displays all subdirectories, regardless of whether they are
excluded in the local wc.
Maybe there other ways, but I do not recall now.
Best regards,
Konstantin Kolinko
note that
TortoiseSVN has a log of actions that it performed.
See Settings -> Saved Data -> Action log -> Show.
> D:\PRJ\STM\REF\svn_nbgvo\stp\GSBTG\in>svn up
> Updating '.':
>
(...)
Best regards,
Konstantin Kolinko
target milestone to be 1.8?
Here is previous discussion, 6 months ago (dev@, 2011-10):
http://subversion.markmail.org/thread/bogwwrvjxzwuuupf
For reference, current thread:
http://subversion.markmail.org/thread/koid6zy33s4zd3j3
Best regards,
Konstantin Kolinko
://svn.apache.org/repos/asf/subversion/branches/1.7.x/tools/server-side/mod_dontdothat/README
BTW, why are you sending your question to "subversion_us...@googlegroups.com" ?
The proper address of this mailing list is users.at.subversion.apache.org,
http://subversion.apache.org/mailing-lists.html
Best regards,
Konstantin Kolinko
t-depth immediates Archive/*
svn co up --set-depth infinity Archive/*/trunk
Warning: do not use "sparse checkout" if your server is 1.4.x or
older. It is not really supported by those old server versions.
Best regards,
Konstantin Kolinko
hat directory a couple of days ago
Have you committed your addition?
If yes then maybe you can use "svn log" command to look what exactly
have been committed.
Best regards,
Konstantin Kolinko
1.7 (that is you have only ".svn" directory) it is easy to
1. just delete everything
2. do your "svn revert".
The revert will restore missing files and folders from their pristine copies.
It would not work if you have externals there, though. Those will be
restored if you do "svn up".
Best regards,
Konstantin Kolinko
ot URL of the server) or
> should there be a syntax for saying relative to the repository parent
> path?
If you are in Repo1 then an external starting with "^/../Repo2/"
addresses the second repository.
Best regards,
Konstantin Kolinko
xes is processed by the Shell before
the command is passed to Subversion. It matches only existing files.
Subversion cannot do anything with it.
Officially - see
http://pubs.opengroup.org/onlinepubs/009695399/utilities/xcu_chap02.html
Shell Command Language
-> 2.6.6 Pathname Expansion
Best regards,
Konstantin Kolinko
You are still sending your message to users@subversion.
Your question is not related to Apache Subversion. This is wrong mailing list.
2012/2/5 Dharma :
> Hi,
>
> It would be great if i get solution for the below mentioned problem.
>
> I have a class which has only private constructor(two para
1. Wrong mailing list.
2. When posting to Apache Commons mailing lists do not forget to
prefix the subject line with "[digester]", because that mailing list
is shared among all Commons projects.
2012/2/4 Dharma :
> Hi,
>
> It would be great if i get solution for the below mentioned problem.
>
>
reate a new checkout.
Maybe that wc was looking at a different repository (e.g. to a backup
copy of the original one)? That would explain the thing.
What versions of software are you using?
Best regards,
Konstantin Kolinko
In my experience Windows command shell also does some normalization
when I do "cd" command.
[1] http://subversion.apache.org/docs/community-guide/issues.html#reporting-bugs
[2] http://code.google.com/p/tortoisesvn/issues/detail?id=156
http://code.google.com/p/tortoisesvn/issues/detail?id=169
Best regards,
Konstantin Kolinko
on/branches/1.0-stabilization:848597)
>
> Unfortunately it also shows individual file copies which aren't
> relevant, but this can be worked round.
Note, that you can also get diff for particular revision of a file
using "svn diff -c"
E.g.
svn diff -c r848689
http://svn.apache.org/repos/asf/subversion/branches/1.0.x/STATUS@848689
Though this command shows less information than svn log --diff.
Best regards,
Konstantin Kolinko
2011/12/31 風舞影天 :
> I create a batch file under windows that will dump all file that was
> modified between specified rev, but a problem is arisen.
>>svn log MainFrame.lua -q
>
> r3152 | snwcwt | 2011-12-28 10:20:10
>
> r2929
2011/12/27 Konstantin Kolinko :
> 2011/12/27
>>
>> Hi,
>>
>>
>>
>> I faced this kind of problem while using Tortoise SVN program.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Should I get some update to my Tort
ted
in the error? Where did you call it? Was the path of the folder where
you invoked the operation a correct one (including using correct
capitalization of characters)?
Best regards,
Konstantin Kolinko
tp://svnbook.red-bean.com/en/1.7/svn.ref.mod_dav_svn.conf.html
Best regards,
Konstantin Kolinko
2011/11/12 Germán Arias :
> On 2011-11-12 01:00:10 -0600 Konstantin Kolinko
> wrote:
>
>>
>> Run "svn switch" on the file using its URL for trunk.
>>
>> That will switch it back to trunk.
>>
>> Best regards,
>> Konstantin Kolinko
dies", the branch is still
> there.
> How can I delete it? Thanks in advance.
Run "svn switch" on the file using its URL for trunk.
That will switch it back to trunk.
Best regards,
Konstantin Kolinko
te, that TortoiseSVN 1.7 includes command-line tools in it.
Or you can download the command line tools from here:
http://sourceforge.net/projects/win32svn/files/
Best regards,
Konstantin Kolinko
2011/11/5 Konstantin Kolinko :
> Hi!
>
> My colleague uses Git to work on one of Apache projects. He published
> a patch, but I have problems trying to apply it cleanly with "svn
> patch".
>
> Source code:
> https://svn.apache.org/repos/asf/tomcat/trunk@1197793
&
wo components
from the path to the added file,
and why it creates "dev/null" in my working copy on Windows.
Note that it is "/dev/null" in the patch, with proper "/" slash at the
beginning, unlike all other paths that do not start with "/".
Best regards,
Konstantin Kolinko
ther anything can be done during dump/load time, but
note that svn:log is an unversioned property that stores commit
message for a revision, and you can change it at any time using
svn propset --revprop -r
(or svn propedit)
Note, that you need to create a pre-revprop-change hook to allow such changes.
Best regards,
Konstantin Kolinko
eneral idea must be clear.
You can reopen checkout dialog - there is a drop-down list with
previous URLs there,
or look in the activity log (TortoiseSVN -> Settings -> go to "Saved
Data" page -> see "Action log" -> click "Show").
Best regards,
Konstantin Kolinko
, as if it were pure cosmetic,
but there is "Very big problems with access rights (authz file using)
in SVN v1.7.0" [1]
thread on users@ now, and these issues might be related.
[1] http://subversion.markmail.org/thread/ctniegc3sicosmul
Best regards,
Konstantin Kolinko
> Konstantin Kolinko wrote on Fri, Oct 14, 2011 at 17:43:03 +0400:
>> Hi!
>>
>> One of committers in Apache Tomcat project is experimenting with Git
>> <-> Subversion integration.
>>
>> A result is that in the last few days several commits produced dif
ready is activity log that is available via Settings -> Saved
Data -> Action Log -> click Show,
but it mentions only network-related operations such as commit or
update. I think it is better to let users write what they were doing
now and before.
There might be some additional explanation at mailing-lists.html,
or maybe have some other landing page specifically for this message.
Best regards,
Konstantin Kolinko
ache.org/repos/asf/tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java
Besides the diff I do not have other evidence that the file in
repository has CRs or is otherwise broken.
Best regards,
Konstantin Kolinko
works correctly for modified files
> on my Windows system for files having LF line endings.
>
> I'm not sure what's the best way to resolve the issue. For me, just removing
> the call to svn_subst_stream_translated would fix the problem, I think. But
> it wouldn't always be TRT in presence of svn:eol-style.
>
> Anyway, please consider reverting svn blame behavior without explicit
> @REVISION as the last resort for 1.7.1.
>
Best regards,
Konstantin Kolinko
ve, or
svn diff --summarize
Filter its output and feed it to "svn cat", or may be to svn export.
Best regards,
Konstantin Kolinko
o date)” message.
>>
>> --
>> [neil@fnx ~]# rm -f .signature
>> [neil@fnx ~]# ls -l .signature
>> ls: .signature: No such file or directory
>> [neil@fnx ~]# exit
>>
>
http://subversion.markmail.org/message/tv6b3hexmj2jssfq
("Show log" thread Oct 2008)
Best regards,
Konstantin Kolinko
econcile what's going on here? When I do "svn update wc" it
> just hangs.
What version of svn?
Delete "wc\util.lib" and try again?
If you do not have any local changes in wc then you may delete wc as a
whole and let svn up recreate it.
Best regards,
Konstantin Kolinko
hmerge.basicmerging.html#svn.branchmerge.basicmerging.resurrect
Best regards,
Konstantin Kolinko
ce" flag for svn checkout command,
that allows it to create a working copy over files that were exported.
I think it should not overwrite files that has local changes, but have
not verified whether that is true.
> Check out a working copy and copy the files over.
+1
Best regards,
Konstantin Kolinko
> dump then tar and then load.
>
In your target repository - do you check user name in the pre-commit
hook? Only the one special user that svnsync runs as has to be allowed
to write there.
Best regards,
Konstantin Kolinko
The above is *Request*Header, but you want to modify the Response
header, not a Request one.
There is "Header" directive for that purpose, though I have not tried it.
I'd prefer to set correct mime-types on the files.
>
>
>
Best regards,
Konstantin Kolinko
ntication is handled by
Apache HTTPD.
Subversion handles only authorization.
> I was hoping that I might just get some confirmation that is indeed what I
> need to do - before I go "playing" with the config scripts.
> As always - a big thanks for your help.
> Gavin.
Best regards,
Konstantin Kolinko
r e-mails in plain text? Without HTML and those images.
Best regards,
Konstantin Kolinko
s were outside
of your "builds" directory. E.g.:
/tags/builds/
/tags/builds-archive-2011-01/
In is easy to do "svn mv ^/tags/builds ^/tags/builds-archive-2011-01/"
in one transaction.
Then you follow it by "svn mkdir ^/tags/builds"
Note:
1) svnmucc allows to perform both mv and mkdir in one commit
2) you can still access your old tags at the old place it you use peg revisions,
/tags/builds/MYOLDTAG@oldrevnumber
Best regards,
Konstantin Kolinko
archived, and in many places.
The thread was called "Svn Searcher"
http://markmail.org/thread/uchhd66bxwjks3qp
Best regards,
Konstantin Kolinko
means that subversion sees the file
and tries to start it. (I wonder why it is "255").
You may try to print something to ">&2" so that this failure wouldn't
be "with no output."
I wonder whether your installation of apache uses chroot to limit
access to file system.
You may try to use a C program instead of a script. There should be a
program named "true" in your system - you may try replacing the script
with a copy of that program.
Best regards,
Konstantin Kolinko
pre-revprop-change
> REPOS="$1"
"tail" does not show the whole file. What happens if you try to run
this script? ( ./pre-revprop-change )
Do you have shebang line ( #!/bin/sh ) at the top of the file
and does the shell mentioned there (/bin/sh or whatever) exist on your
server
the newest regardless of the change at -r 400.
> I thought I would send this to the list to see if others have experienced
> similar issues; and as a warning to look out for this scenario.
Best regards,
Konstantin Kolinko
you need to update the files, there are buttons that open those
files in notepad for manual editing).
Best regards,
Konstantin Kolinko
ompare old and new repository at revision 3186.
E.g. do a checkout and compare whether files and folders all exist and
are the same?
Especially the files and folders touched by r3187.
Best regards,
Konstantin Kolinko
into mailing list and watch that mailing list. ;)
Best regards,
Konstantin Kolinko
l repository?
Last time when I saw a message similar to yours was about a year ago,
when I tried to commit revision that had complicated moves and renames
/ replaces in it. The svn client (Tortoise) failed to commit it with a
similar message, but when I rerun the operation it committed
successfully. I still do not know what the cause was -- maybe some
ordering between operations. (I am using HTTPS access protocol + neon
+ it was some version of 1.6 or 1.5 several months after release),
Best regards,
Konstantin Kolinko
that will allow to
create repository dump remotely, internally using the same approach as
svnsync. I have not tried it though.
Best regards,
Konstantin Kolinko
ry
> is on a writable filesystem.
>
It is written in SVN book that repository that uses FSFS should work
on read-only media.
Is it something that was broken recently?
- see "Usable from a read-only mount" row in the table in the middle of
http://svnbook.red-bean.com/nightly/en/sv
ry in the root of the
working copy, as well as in any directory included through
svn:externals.
Best regards,
Konstantin Kolinko
nt working copy...
>
> "liberate"? Kinda like that... :-)
>
"clone" ?
Best regards,
Konstantin Kolinko
H. One known example is the tasks
run by cron.
Have you looked into system-wide logs (for issues like SELinux warnings)?
Best regards,
Konstantin Kolinko
2011/7/8 BRAGA, Bruno :
> On Thu, Jul 7, 2011 at 11:26 PM, Konstantin Kolinko
>> 2011/7/7 BRAGA, Bruno :
>> >(...)
>> >
>> > So, I was wondering if there is any way to set the locale of the SVN
>> > client
>> > in a server, to ensure i
ffort.
You have slave that is at r417810 now. So you do not need to load
revisions up to 417810 -- you can start with what slave already has.
Best regards,
Konstantin Kolinko
, I would like to suggest maybe adding this to the
> subversion/config file.
>
Best regards,
Konstantin Kolinko
sparse checkout
I think that both action in 1) should be possible to do in one commit
using svnmucc program - but I have never used it.
Best regards,
Konstantin Kolinko
The
"svnadmin rmtxns" command is there to remove them. That is with FSFS
backend. I do not have practical experience with BDB one.
Best regards,
Konstantin Kolinko
increase the logging level of VisualSVN
When debugging my hooks I used to add echo statements that wrote
something to an external log file.
Best regards,
Konstantin Kolinko
and rejecting commits which do
> not conform to that style guide are the long term solution to that
> problem, and we're aiming towards that.)
>
A good policy is to educate the developers to commit whitespace-only
changes in a separate commit.
Best regards,
Konstantin Kolinko
Just use any other mirror,
http://www.apache.org/mirrors/#uk
2011/6/13 David Fielder :
> Attempting to download SVN 1.7.0. alpha source code
>
> from http://apache.mirror.anlx.net/subversion/subversion-1.7.0-alpha1.zip
>
> I get this error.
>
> Forbidden
>
> You don't have permission to access /s
t; AuthzSVNAccessFile... well, that's not working. I've tried many combinations
> to no avail... so is there someone who has configured something similar?
>
You can configure an access log and look there for what requests and
responses are. When apache requests auth it is HTTP response code 401.
Best regards,
Konstantin Kolinko
directly with a web
browser, e.g. Firefox?
Best regards,
Konstantin Kolinko
ges was to print a warning for 1.6
users if they invoke svn on an 1.7 working copy.
Best regards,
Konstantin Kolinko
ot an admin.
This is good. HTTPS passes proxies safely and unchanged.
One more suggestion: you might consider about installing a post-commit
hook at the repository. Tasks that can be performed by such a hook:
a) make a dump of the recent commit, b) send a copy of commit diff to
an e-mail address. etc.
Best regards,
Konstantin Kolinko
yway, 1.4.2 is very old, and misses a number of fixes in 1.4.x line,
not to mention the later versions. In some other thread recently when
"CentOS 5.5" was mentioned one of the answers was to upgrade to 5.6
ASAP.
Best regards,
Konstantin Kolinko
ws update site, among the "not important"
updates there exists the "update root certificates" update. Maybe it
will help you.
Quick googling leads to this page:
http://support.microsoft.com/kb/931125/en-us
Best regards,
Konstantin Kolinko
ioned in your configure_output:
[[[
An appropriate version of neon could not be found, so libsvn_ra_neon
will not be built. If you want to build libsvn_ra_neon, please
install neon 0.29.0 on this system.
]]]
serf is not mentioned at all.
Best regards,
Konstantin Kolinko
If you do not know the path to the file, then I think
svn ls --depth=infinity
together with peg revision set in the past will help you to locate it.
Then you can use svn log on the file to see when it was deleted and
svn cp it from any revision before that.
Best regards,
Konstantin Kolinko
2011/4/13 Gavin "Beau" Baumanis :
> I have been doing some work everyone's good friend Mr.Google.
> Every blog / article I read all said the same thing;
>
> Create a file with svn log
> (svn log --verbose > svn.log)
> Then grep / search the log for the file you're after.
>
> It takes about 8 minut
new location.
Best regards,
Konstantin Kolinko
2011/3/24 David Huang :
>
> On Mar 23, 2011, at 7:52 PM, Pat Farrell wrote:
>
>> On 03/23/2011 08:34 PM, Konstantin Kolinko wrote:
>>> You are not giving much specifics, so how can people know what is going on
>>> in your case?
>>
>> Specifics for com
2011/3/24 Steve Cohen :
>
> The files haven't changed in two years. Yet every time I do a merge I
> encounter them. And all it's about is "merge info". Isn't there some way
> to get the "merge info" right? There MUST BE.
>
Maybe "svn merge --record-only" on the root of the project with that
r
2011/3/8 Andrzej Zawadzki :
> On 07.03.2011 22:15, Konstantin Kolinko wrote:
>> 2011/3/6 Andrzej Zawadzki :
>>> Hi!
>>>
>>> After upgrade from apache-mod_dav_svn-1.6.12 to
>>> apache-mod_dav_svn-1.6.1{5,6}
>>> my repo isn't accessib
t even a
subversion repository? (it does not look like one)
Where is davfs2 in the picture? What is your client?
Best regards,
Konstantin Kolinko
2010/9/28 Tech Geek :
> Daniel,
>>
>> Or do (the Tortoise equivalent of) 'svnadmin create --pre-1.6-compatible'
>
> Actually I would prefer to do the other way around. Can we tell TSVN to
> create repositories which are compatible with Subversion Engine 1.5 because
> we would be usually creating re
t regards,
Konstantin Kolinko
2010/9/1 :
> Hello,
>
> i am using SVN via mod_dav_svn in apache. The user authentification is
> processed via NTLM. Later wehen the user is authenticated, i would like to
> have a authz file what ensures, that the person is permitted to access the
> s
tp://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html
see also Resurrecting Deleted Items,
http://svnbook.red-bean.com/nightly/en/svn.branchmerge.basicmerging.html#svn.branchmerge.basicmerging.undo
Best regards,
Konstantin Kolinko
-bean.com/en/1.5/svn.branchmerge.advanced.html
Best regards,
Konstantin Kolinko
source repository.
[1]
http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.replication
You can always look if the target repository contains the path that
your message mentions.
Best regards,
Konstantin Kolinko
ubversion.apache.org ? No
> subject no body?
>
See note about spam filters here:
http://www.apache.org/foundation/mailinglists.html
Best regards,
Konstantin Kolinko
dea to even ask for credentials on HTTP, because if Basic auth is
used the credentials are transmitted in plain text.
Probably there are also another ways to limit allowed verbs to the
above four, e.g. using SetEnvIf. That configuration snippet is just
what came to mind.
Best regards,
Konstantin Kolinko
s for providing these for free).
It is just that I already have HTTPD installed and configured, and the only
HTTPD bits what I need from the bundle are mod_dav_svn and mod_authz_svn.
Best regards,
Konstantin Kolinko
se were available as a zip archive (or with
a command to unpack the installer), though.
This is for a 32-bit OS.
Best regards,
Konstantin Kolinko
ou can control to what revision your
production configuration updates to, e.g. by using svn:externals that
point to a specific revision
http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html
Best regards,
Konstantin Kolinko
indows the settings can also be stored in the Windows
registry, and AFAIK registry takes precedence over configuration files
(see README.txt in the configuration directory).
TortoiseSVN configuration dialog updates the registry setting. See
Settings > General > Global ignore pattern.
Best regards,
Konstantin Kolinko
props.special.keywords.html
2. Do not use Date keyword. Use the Id keyword instead.
Note, that Date uses local time, while Id uses UTC time.
BTW, there is an issue related to this:
http://subversion.tigris.org/issues/show_bug.cgi?id=2332
Best regards,
Konstantin Kolinko
the end of October 2009.
There is a "CHANGES" file at the root of SVN 1.6.x branch source code tree
that lists issues fixed in 1.6.x.
Best regards,
Konstantin Kolinko
2009/12/23 Julian Mitchell :
> The project that I am working on utilises a code generation tool. The header
> of every source file includes a comment with a date\time stamp of when it
> was generated. The problem is that every time the code is generated the svn
> change check algorithm marks all fi
2009/12/22 Joakim Tjernlund :
>
> We are using subversion to manage our autotools based SW and we have some
> dependency problems.
> When we modify some autotools file like configure.ac and regenerate configure
> and friends some files are rewritten such as aclocal.m4 but there is no change
> in t
mmits on a specific date?
>
For example: (some day one year ago)
svn diff --summarize -r {2008-12-20}:{2008-12-21}
http://svn.collab.net/repos/svn/trunk/
Best regards,
Konstantin Kolinko
93 matches
Mail list logo