I'm trying to commit a file modification in a Subversion repository from
within a Perl CGI script, and the Perl SVN:Ra API looks like the right tool
for doing that, but I have early on run into a problem:
Using subversion-perl-1.5.7 (from openSUSE Linux 11.1), the test program
#!/usr/bin/perl
use
On Jul 9, 2010, at 17:13, Nico Kadel-Garcia wrote:
> On Fri, Jul 9, 2010 at 4:19 PM, Ryan Schmidt wrote:
>> On Jul 9, 2010, at 14:08, Nico Kadel-Garcia wrote:
>>
>>> The allowable syntax for svn:externals is a bit unclear in the Redbook.
>>>
>>> Shouldn't I be able to set the svn:external to poin
On Fri, Jul 9, 2010 at 4:19 PM, Ryan Schmidt
wrote:
>
> On Jul 9, 2010, at 14:08, Nico Kadel-Garcia wrote:
>
>> The allowable syntax for svn:externals is a bit unclear in the Redbook.
>>
>> Shouldn't I be able to set the svn:external to point to a location in
>> my active repository, such as the b
Hi,
I am running a perl script that invokes svn merge commands and after
many
merges, svn consistently rejected one particular file with a cryptic
path and a
path not found message.
command issued in merge.pm:
svn merge --depth empty --non-interactive http://bby-
svn:3691/svn/projects
On Jul 9, 2010, at 14:08, Nico Kadel-Garcia wrote:
> The allowable syntax for svn:externals is a bit unclear in the Redbook.
>
> Shouldn't I be able to set the svn:external to point to a location in
> my active repository, such as the below settings?
>
>svn propset svn:externals "release-1
The allowable syntax for svn:externals is a bit unclear in the Redbook.
Shouldn't I be able to set the svn:external to point to a location in
my active repository, such as the below settings?
svn propset svn:externals "release-1 ^/tags/release-1" .
I seem to be able to set such values, but u
On Fri, Jul 9, 2010 at 11:54 AM, David Weintraub wrote:
> On Fri, Jul 9, 2010 at 10:14 AM, Nico Kadel-Garcia wrote:
>> I'm working with Subversion 1.6.11 and 1.6.12 on RHEL 5, and have
>> noticed an svn:externals issue. If I attempt to use a target directory
>> named "global", it breaks the check
On Jul 9, 2010, at 11:49, Les Mikesell wrote:
> On 7/9/2010 11:04 AM, Eramo, Mark wrote:
>>
>> In CVS, if I made changes to some files in the trunk, I could promote
>> those into a specific tag. Is it possible to do the same in SVN?
>>
>> I have a few files in the trunk that I want to promote to
Hi all,
I'm currently re-working a backup script to use svnsync instead of hotcopy due
to the amount of time the latter is taking.
My svn server is Debian etch running svn 1.6.11 (from source), which mounts a
Windows Server 2003 share using the CIFS driver (v. 1.45). I've been
successfully ru
On 7/9/2010 11:04 AM, Eramo, Mark wrote:
I have a question.
In CVS, if I made changes to some files in the trunk, I could promote
those into a specific tag. Is it possible to do the same in SVN?
I have a few files in the trunk that I want to promote to an existing
tag without creating a new tag
> -Original Message-
> From: mateuf [mailto:mate...@googlemail.com]
> Sent: vrijdag 9 juli 2010 11:08
> To: users@subversion.apache.org
> Subject: svn symlink support on windows
>
> Getting tired of reading svn doesn't properly do symlinks on windows
> cause win doesn't support them. Can
Hello,
Will svn import command allow special characters. How to skip UTF error
Followed by invalid UTF -8 sequence.
I guess these special characters are created if the locale is not set properly
but unfotunately its set to en_US.UTF-8.
How can such files that has these characters be inclu
Getting tired of reading svn doesn't properly do symlinks on windows
cause win doesn't support them. Can someone categorically claim mklink
on current windoze isn't up to the job?
I know it is a command line and it requires admin rights. I don't bite
command line - just find an underlying API - if
I have a question.
In CVS, if I made changes to some files in the trunk, I could promote those
into a specific tag. Is it possible to do the same in SVN?
I have a few files in the trunk that I want to promote to an existing tag
without creating a new tag. Just curious if this is possible and ho
On Fri, Jul 9, 2010 at 10:14 AM, Nico Kadel-Garcia wrote:
> I'm working with Subversion 1.6.11 and 1.6.12 on RHEL 5, and have
> noticed an svn:externals issue. If I attempt to use a target directory
> named "global", it breaks the checkout in various confusing ways. For
> example:
>
> svn proplist
On Fri, Jul 9, 2010 at 3:00 AM, Nadia Anastopoulou wrote:
> I want to know If from subversion I can restrict the permissions from
> developers to create/remove branches and tags. We need to give the
> permission to developers only to work on the main development trunk and only
> authorized persons
Hi,
Using direct file:// access works with no errors, so, seems like a
http://service limit or some transfer error.
I do not think that can be any configuration of Apache, because as I said,
we installed the same subverion and make the same improt command on the same
files on Windows 7 and had no
I'm working with Subversion 1.6.11 and 1.6.12 on RHEL 5, and have
noticed an svn:externals issue. If I attempt to use a target directory
named "global", it breaks the checkout in various confusing ways. For
example:
svn proplist -v .
svn proplist -v .
Properties on '.':
svn:externals
test
On Thu, Jul 8, 2010 at 10:31 PM, Alec Kloss wrote:
> On 2010-07-08 17:04, David Brodbeck wrote:
>>
>> On Jul 8, 2010, at 4:49 PM, Nico Kadel-Garcia wrote:
>> > A local comparison is often best, especially when operating over HTTPS
>> > or svn+ssh for security reasons: Because of the continuing sto
Uli,
On 7/8/2010 10:39 AM, Ulrich Eckhardt wrote:
>
> Other than that, what Les Mikesell said might be true, i.e. that you need to
> dump/reload your repository in order to reap the benefits of newer server
> versions.
>
Going to do a backup/dump/reload this weekend.
> There is one other w
I'll try using direct file:// access!
2010/7/9 Arivan S. Bastos
> 1) "Is this a verbatim copy of the error or is this for various values of
> #FILENAME#?"
> Various values.
>
> 2) "Why are you importing anything there?"
> We cant use a dump file, cause we dont have it. But I think it is not
> im
1) "Is this a verbatim copy of the error or is this for various values of
#FILENAME#?"
Various values.
2) "Why are you importing anything there?"
We cant use a dump file, cause we dont have it. But I think it is not
important, because the 'import' should work.
3) "Actually, I'm still not sure wha
On Friday 09 July 2010, Arivan S. Bastos wrote:
> This week, the disk of our server burned and then we decided to upgrade the
> windows 2008 server to Windows Server 2008 R2.
>
> After the upgrade we are facing problem with the use of Subversion.
> We try to use VisualSVN 2.1.2 and CollabNet 1.6.12
you can accomplish that by using pre-commit hooks
On Fri, Jul 9, 2010 at 1:30 PM, Nadia Anastopoulou wrote:
> Dear support,
>
>
>
> I want to know If from subversion I can restrict the permissions from
> developers to create/remove branches and tags. We need to give the
> permission to develope
Dear support,
I want to know If from subversion I can restrict the permissions from
developers to create/remove branches and tags. We need to give the permission
to developers only to work on the main development trunk and only authorized
persons should create/delete branches and tags.
Is th
25 matches
Mail list logo