Markus Schaber wrote on Tue, Jan 10, 2012 at 11:16:21 +:
> Hi,
>
> http://svnbook.red-bean.com/en/1.7/svn.ref.svnversion.re.html states:
>
Send this to svnbook-...@red-bean.com please.
I have a subversion repo exposed through mod_dav_svn and the option
"SVNAutoversioning on" and am using fusefs with davfs2 to mount the repo
on my linux desktop fedora 15.
This usually allows webDAV clients to make changes to files without a
checkout-edit-commit cycle, and this works well f
> -Original Message-
> From: Michael Diers [mailto:mdi...@elegosoft.com]
> Sent: 10 January 2012 22:04
> To: chandrakanth alahari
> Cc: users@subversion.apache.org
> Subject: Re: Setting up domain and work-group-Pl help
>
> On 2012-01-10 17:40, chandrakanth alahari wrote:
> > Hello,
> > I
Some heavy weight "alternative" may be to index your repository with
viewvc (using svndbadmin) and using the query backend of the tool, to
find all revisions done by author "XXX".
regards
Torsten
smime.p7s
Description: S/MIME cryptographic signature
Hi,
My svn backup script calls:
- svnadmin hotcopy
- svnadmin verify (on the copy)
Once (for now) the verify call failed with 'svnadmin: E160004: Revision
file (r2255) lacks trailing newline'
The copy of the repository is still available and I can reproduce the
problem.
The subsequent hot copies
Hello Ryan
Thank you for your informative reply. I have managed to overcome the
initial problem, however I do have a new problem.
Basically, this is the current path to my repos:
svn list file:///var/svn/repos/hb/trunk/chi
I want to change it to conform to the 'standardised' structure. At the
mo
Le mardi 10 janvier 2012 13:55:52, dcz a écrit :
Hello,
I already posted this on the tortoise ML
(http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2906737)
and the only answer I got was that this should be reported here.
I've been reading you all since a while now, an
On Jan 11, 2012, at 07:11, Shaaa wrote:
> Thank you for your informative reply. I have managed to overcome the
> initial problem, however I do have a new problem.
>
> Basically, this is the current path to my repos:
> svn list file:///var/svn/repos/hb/trunk/chi
>
> I want to change it to confor
D D wrote on Wed, Jan 11, 2012 at 15:51:32 +0400:
> Once (for now) the verify call failed with 'svnadmin: E160004: Revision
> file (r2255) lacks trailing newline'
> The copy of the repository is still available and I can reproduce the
> problem.
> The subsequent hot copies of the same repository ar
Hello All!
We use Subversion 1.6.16 on MS Windows Server 2008.
We have a set of 22 repositories and use path based authorization for
restricting user access. Apache is configured to accept user information via
LDAP (MS Active Directory) and also local defined user.
For some repositories shall
> I think where you're saying "repos" above you mean "project" or "directory".
> It still seems tht your repository is just /var/svn/repos.
The repos is /var/svn/repos but it has a hb folder, which holds all
the obsolete files and that dir holds another dir with the new
project. Which two of the
subversion-1.7.2 gives an error when merging in a feature branch that
replaces a symlink with a directory on linux:
svn: E21: Can't read file '/home/duncan/svn/co/trunk/symlink': Is a
directory
I tried using --reintegrate and also the equivalent traditional merge. I
have a pretty small formu
Am Mittwoch, den 11.01.2012, 15:00 + schrieb Schroeder, Hartmut:
> Hello All!
>
> We use Subversion 1.6.16 on MS Windows Server 2008.
>
> We have a set of 22 repositories and use path based authorization for
> restricting user access. Apache is configured to accept user
> information via LDAP
On Jan 11, 2012, at 09:07, Shaaa wrote:
> The repos is /var/svn/repos but it has a hb folder, which holds all
> the obsolete files and that dir holds another dir with the new
> project. Which two of the below would be ideal method of managing
> several projects:
>
> method 1:
> /var/svn/repos/pr
On Wed, Jan 11, 2012 at 2:17 AM, Tom wrote:
>
> The server intermittently zeroes out the files, either geany/gedit offers a
> reload (which I have learned is a no-no) and the file reloaded is empty. I
> thought it might be something to do with gtk temp files, but it is
> replicable with vi or kate
On Jan 11, 2012, at 02:17, Tom wrote:
> I have a subversion repo exposed through mod_dav_svn and the option
> "SVNAutoversioning on" and am using fusefs with davfs2 to mount the repo on
> my linux desktop fedora 15.
>
> This usually allows webDAV clients to make changes to files without a
On Wed, Jan 11, 2012 at 10:00 AM, Ryan Schmidt
wrote:
>
>> The repos is /var/svn/repos but it has a hb folder, which holds all
>> the obsolete files and that dir holds another dir with the new
>> project. Which two of the below would be ideal method of managing
>> several projects:
>>
>> method 1:
Duncan Exon Smith writes:
> Please let me know whether I'm doing something wrong, or if I should go
> ahead and post this to the issue tracker.
Yes, please raise an issue. A shorter recipe:
svnadmin create repo
svn co file://`pwd`/repo wc
svn mkdir wc/A
ln -s A wc/B
svn add wc/B
svn ci -mm wc
On 11 January 2012 11:59, Philip Martin wrote:
> Duncan Exon Smith writes:
>
> > Please let me know whether I'm doing something wrong, or if I should go
> > ahead and post this to the issue tracker.
>
> Yes, please raise an issue.
http://subversion.tigris.org/issues/show_bug.cgi?id=4096
Is there a subversion command that I can use in a shell or Perl script to test
whether a file or directory has been checked in?
Steve
I'm trying to add properties to a bunch of files that have a common file
extension, but are not the only files in the directory/directories.
I would like to run something like:
svn propset svn:needs-lock '*' *.png *.jpg *.vsd
The problem is that I have a number of temporary files in the working
On Wed, Jan 11, 2012 at 18:38, Steve Kelem wrote:
> Is there a subversion command that I can use in a shell or Perl script to
> test whether a file or directory has been checked in?
Do you mean a modification in your working copy that hasn't been
committed yet? svn status
If that's not what you
On Wed, Jan 11, 2012 at 18:49, Steve Kelem wrote:
> I'm trying to add properties to a bunch of files that have a common file
> extension, but are not the only files in the directory/directories.
>
> I would like to run something like:
>
> svn propset svn:needs-lock '*' *.png *.jpg *.vsd
>
> The p
On Wed, Jan 11, 2012 at 6:45 PM, Andy Levy wrote:
> On Wed, Jan 11, 2012 at 18:49, Steve Kelem wrote:
> > I'm trying to add properties to a bunch of files that have a common file
> extension, but are not the only files in the directory/directories.
> >
> > I would like to run something like:
> >
Hi there,
I got the resource from this website:
http://alagazam.net/
I am hoping that I am writing to David Darj. I am not a new user to svn but
it's my first time to compile it. I want to run it on my computer to learn
about the algorithms and see what I can do from there. I am strongly
int
Hi all,
I recently upgraded OpenSUSE from 11.4 to 12.1 and now I am no longer able to
commit changes to our subversion tree.
It requires authentication and the username is different than my Linux account
name.
OpenSUSE 12.1 includes Subversion 1.6.17 though I have also compiled 1.7.2
with deb
Dear Expert
Our Subversion server is RedHat Linux.
We have lot of repositories which is maintaining in Linux server. Each
repositories taking huge size in our server.
Our Maximum size limit is 100GB, but the size almost reached 98%. We
are in trouble when we are using repository in Tortoise SVN.
Dear Expert,
Our repository size are increasing on daily basis, we were planed and
removed unused tags in SVN.
But still the size is not increased. And also whatever I have removed
all those files are still persist in earlier version.
Then there is no use of my removal.
Suppose, I would like to d
On 1/11/2012 10:57 PM, sureshkumar nandakumar wrote:
Dear Expert
Our Subversion server is RedHat Linux.
We have lot of repositories which is maintaining in Linux server. Each
repositories taking huge size in our server.
Our Maximum size limit is 100GB, but the size almost reached 98%. We
are in
Hello,
> -Original Message-
> From: sureshkumar nandakumar [mailto:suresh1256...@gmail.com]
> Sent: 12 January 2012 06:58
> Subject: Permanent removal
>
> Dear Expert,
>
I'm not an expert, just another user...
> Our repository size are increasing on daily basis, we were planed and
> re
[Note: this list prefers plain text email, not html]
> -Original Message-
> From: Jie Long [mailto:may...@gmail.com]
> Sent: 11 January 2012 23:14
> To: users@subversion.apache.org
> Subject: Help on "Subversion Windows Installer"
>
> Hi there,
>
> I got the resource from this website:
Guten Tag sureshkumar nandakumar,
am Donnerstag, 12. Januar 2012 um 07:57 schrieben Sie:
> We have lot of repositories which is maintaining in Linux server. Each
> repositories taking huge size in our server.
> Our Maximum size limit is 100GB, but the size almost reached 98%. We
> are in trouble w
32 matches
Mail list logo