Re: Problem tagging from mixed rev working copy with a rename (copy+delete) from the past inside

2011-06-15 Thread Wolfgang Röckelein
Daniel Shahaf wrote: > Wolfgang Röckelein wrote on Wed, Jun 15, 2011 at 10:05:16 +0200: >> I have two problems when creating a tag from a mixed rev working copy. Both >> problems are caused by a rename (copy+delete) from the past inside. >> >> One case is a directory, here I get the following error

AW: Evil UTF-8 Character in filename in repo causing issues on my wc

2011-06-15 Thread Markus Schaber
Hi, Geoff, Von: Geoff Hoffman [mailto:ghoff...@cardinalpath.com] >>> I have a file with some (I believe) Portuguese characters in the >>> filename that someone managed to store in the repo without any problem, >>> and I checked it out without issues, too. However, now on my working >>> copy, it t

Re: Problem tagging from mixed rev working copy with a rename (copy+delete) from the past inside

2011-06-15 Thread Daniel Shahaf
Wolfgang Röckelein wrote on Wed, Jun 15, 2011 at 10:05:16 +0200: > Hi, > > I have two problems when creating a tag from a mixed rev working copy. Both > problems are caused by a rename (copy+delete) from the past inside. > > One case is a directory, here I get the following error, is the del

RE: For Siebel

2011-06-15 Thread Thomas Loy
Subversion does have lock mechanisms, but they are not enabled by default. Although Siebel has it's lock mechanisms for sifs, I believe they are binary and you will want to implement locking in Subversion for them as well. I sure wish I could get our Siebel teams to use SVN instead of exclusive

Re: Problem with mod_dav_svn and svn_repos__post_commit_error_str

2011-06-15 Thread Daniel Shahaf
Do you have a pre-1.6.17 libsvn_repos on the system? (That symbol is defined by libsvn_repos, and I suspect it's only defined by recent versions of that.) Chris Wolstenholme wrote on Wed, Jun 15, 2011 at 10:35:06 +0100: > Hi, > > I'm having a problem using the mod_dav_svn module with Apache and

Re: For Siebel

2011-06-15 Thread Geoff Hoffman
On Wed, Jun 15, 2011 at 3:06 PM, Mudumbai, Venkat < venkat.mudum...@mercer.com> wrote: > Hi, > We are planning to user SUBVERSION & TortoiseSVN for our Siebel Tools as a > source control tools. > Siebel development using tools, as it is a a object based environment, > where in we checkout and ch

For Siebel

2011-06-15 Thread Mudumbai, Venkat
Hi, We are planning to user SUBVERSION & TortoiseSVN for our Siebel Tools as a source control tools. Siebel development using tools, as it is a a object based environment, where in we checkout and check in the several objects like applets,buscomps,picklist,links etc. In my previous project we

Re: More questions

2011-06-15 Thread Stefan Sperling
On Wed, Jun 15, 2011 at 02:32:53PM -0500, Ryan Schmidt wrote: > > On Jun 14, 2011, at 08:15, Richard Cavell wrote: > > > 1. Is using externals a good idea? > > > > I've been told that it's generally a bad idea, and it feels to me like a > > bad idea, since it obfuscates what's going on in the

Re: More questions

2011-06-15 Thread Ryan Schmidt
On Jun 14, 2011, at 08:15, Richard Cavell wrote: > 1. Is using externals a good idea? > > I've been told that it's generally a bad idea, and it feels to me like a bad > idea, since it obfuscates what's going on in the repo. Is it often done for > professional projects? Using *file* external

Re: Evil UTF-8 Character in filename in repo causing issues on my wc

2011-06-15 Thread Geoff Hoffman
On Tue, Jun 14, 2011 at 11:36 PM, Markus Schaber wrote: > Hi, Geoff, > > Von: Geoff Hoffman [mailto:ghoff...@cardinalpath.com] > > > I have a file with some (I believe) Portuguese characters in the > filename that someone managed to store in the repo without any problem, > and I checked it out wit

RE: hook permissions, visualsvn, windows

2011-06-15 Thread Henry Hartley
Konstantin Kolinko wrote >> 2011/6/15 Henry Hartley: >> > >> > "C:\Program Files (x86)\VisualSVN Server\bin\svn" --username >> > SVN_User --password therealpw update D:/websites/site1 >> >> 1. I'd add "--no-auth-cache --non-interactive" options as well, >> and "@echo off" at the start and "exit

Re: WELCOME to users@subversion.apache.org

2011-06-15 Thread Ryan Schmidt
On Jun 15, 2011, at 10:23, Matt Dorsch wrote: >Is there a way to specify that a file in the repository is > "constant"? By this, I mean it should not be changed, except by > deletion. If you want to prevent people from committing changes to a file, you can do that by writing an appropriate

Re: Backing Data

2011-06-15 Thread Konstantin Kolinko
2011/6/15 Herbie Marais : > > I have scanned through svn’s website and could not find any information on > guaranteed transaction management and backup... > 1. Have you seen The Book [1]? [1]: http://svnbook.red-bean.com/index.en.html > Our employees often work remotely and the source control sy

Re: hook permissions, visualsvn, windows

2011-06-15 Thread Konstantin Kolinko
2011/6/15 Henry Hartley : > Andy Levy wrote: >>> >>> Pass  valid credentials to svn update with --username and --password >>> in your hook & see what happens. > > I'm finally getting back to this issue. Things have changed a little so > here's a recap and the current situation: > > I have a Visual

Backing Data

2011-06-15 Thread Herbie Marais
Good day. We are reviewing some alternate source control solutions for our Cape Town operation. One of the pre-requisites for us, is an absolute guarantee that the source control repository will not get corrupted. Our employees often work remotely and the source control system needs to be

RE: hook permissions, visualsvn, windows

2011-06-15 Thread Henry Hartley
Andy Levy wrote: >> >> Pass valid credentials to svn update with --username and --password >> in your hook & see what happens. I'm finally getting back to this issue. Things have changed a little so here's a recap and the current situation: I have a VisualSVN repository on a development web se

Re: WELCOME to users@subversion.apache.org

2011-06-15 Thread Matt Dorsch
Good morning, Is there a way to specify that a file in the repository is "constant"? By this, I mean it should not be changed, except by deletion. For a file like this, I would like the .svn/text-base/*.svn-base file to *not* be created. I see this being useful for keeping history of files

Re: Evil UTF-8 Character in filename in repo causing issues on my wc

2011-06-15 Thread Stefan Sperling
On Wed, Jun 15, 2011 at 01:39:30AM -0500, Ryan Schmidt wrote: > I would clarify this by saying the problem is that Subversion assumes > that a filename submitted in one version of UTF-8 encoding will always > stay in that version of UTF-8 encoding, and on the HFS+ filesystem, > used by Mac OS X, th

Problem with mod_dav_svn and svn_repos__post_commit_error_str

2011-06-15 Thread Chris Wolstenholme
Hi, I'm having a problem using the mod_dav_svn module with Apache and a newly built subversion (version 1.6.17). This usually works out of the box, but I have an undefined symbol (svn_repos__post_commit_error_str) which means apache can't load the module. The apache version is 2.2.17. The co

Problem tagging from mixed rev working copy with a rename (copy+delete) from the past inside

2011-06-15 Thread Wolfgang Röckelein
Hi, I have two problems when creating a tag from a mixed rev working copy. Both problems are caused by a rename (copy+delete) from the past inside. One case is a directory, here I get the following error, is the deleted local directory path: Working copy not locked; this is probably a bu