Re: Bug: Svn client will no longer connect to old SVN server

2020-06-15 Thread Thorsten
Another stupid hackaround could be to setup a local old proxy/man in the middle https server that still accepts old tls  connection, but also provides newer protocols and switch your working copy to this server instead. But a much cleaner solution is to confront IT with the fact that they nee

Re: Subversion Build Issues - 1.10.6

2020-06-25 Thread Thorsten
Hello, You are aware that apxs is in the "apache2-dev" package, but you installed the "apche2" package ? Am 25/06/2020 um 16:53 schrieb Sanad Majid: Hi Daniel, Thank you for your response. Could you please give some more details as I am just a beginner in this. 1. I have installed libssl

Re: How to revert trunk to an earlier revision?

2020-10-22 Thread Thorsten
Hello, When I look up svn revert it only talks about removing local edits, but what about this: Working on trunk and committing a few changes, which later turns out to be wrong. Now I want to set trunk head to be at the revision where the edits started out from. You can use a feature called

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys files into that repo, but these files belongs to your old repo, not to the new one, so they w

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
correction *will N O T  be picked correctly Am 18/05/2021 um 15:40 schrieb Thorsten: Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys

Re: Commit succeeded, E000030: Can't change perms

2021-05-25 Thread Thorsten
weird" results, since you cant really work with these files? Best regards, Thorsten Am 24/05/2021 um 03:32 schrieb Pingu: Hello, I was adding some files to a repository and encountered error "E30: Can't change perms". The commit was successful but I don't understand

Re: Commit succeeded, E000030: Can't change perms

2021-05-26 Thread Thorsten
can browse the repo online. For a one time migration this should be ok. Best regards, Thorsten Goetzek Am 26/05/2021 um 09:52 schrieb Pingu: into a new svn repo from another system. I mount the paths as r/o to avoid accidentally altering anything. Once it's there, people will get their own

Re: Is it possible to get the location of WC in a post-commit hook?

2021-06-09 Thread Thorsten
ate an own user for every working copy, that way you can differentiate them. Hope that helps, Thorsten Goetzke Am 09/06/2021 um 09:38 schrieb Bo Berglund: I wrote a SVN mailer when we converted from CVSNT to SubVersion back in 2017. Its purpose is to send a nocely formatted commit message to su

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
from one repo into another try downloading them first and then import them using "svn import". If you are doing an server side  copy, than your syntax "should" work. Best regards, Thorsten Am 09/06/2021 um 12:25 schrieb Ranajit Ghosh: Hi, I'm trying to do a SVN co

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
Hello, My next guess would be that the -m paramter simply must be in the front. In my scripts I use $svn -m"tag erstellen" cp"$repository/branches/v$base_Branch/uls" "$repository/tags/released/v$tag/uls" and that works fine. Best regards, Thorsten Am 09/06

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
Hello, Now thats fairly funny, it seems like your aix shell doesn't treat quotes the same way other unix tools do? Have you tried using single quotes instead of double quotes? svn -m 'jira:RTPS-9898 EPC 2021 install'  copy Best regards, Thorsten Am 09/06/2021 um 13:57

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
Does quoting in general work as expected? For example if you touch "hello world" do you end up with one file hello world or 1 file hello and 1 file world? Am 09/06/2021 um 16:08 schrieb Ranajit Ghosh: It is Bash shell with the following version. GNU bash, version 4.3.30(1)-release (powerpc-

Re: repository mirroring

2021-06-17 Thread Thorsten
that it could be helpfull if you state your versions for  subversion and repository versions vor source and target. Best regards, Thorsten Am 16/06/2021 um 23:45 schrieb tatyana irzun: Hello, Can you advise me the better way what to do. We have some subversion repo (for example bui

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
same content, then this will not be particular fast. Are you using http/https? Have you checked for error messages? Best regards, Thorsten Am 17/06/2021 um 14:32 schrieb tatyana irzun: Hello, I try testing manually mirroring and make rsync one revision 62048 (rsync file from revs, from

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
minutes or so Best regards, Thorsten Am 17/06/2021 um 14:44 schrieb Thorsten: Hello, Yes I was thinking of rsyncing the whole repository... That could work ok if rsync is able to detect that most files in the repo are identically, is that actually the case? Maybe I am wrong and the file

Re: pre-revprop-change

2021-08-31 Thread Thorsten
Hello, bat programmers always get their punishment... set admin = muellerp try to remove the spaces around "=", that  seems to work for me, dont ask me why... Best regards, Am 31/08/2021 um 08:59 schrieb Philipp Mueller: Hello, I have a problem with my pre-revprop-change (see attachemen

Re: svn: E000040: Can't read directory "###" Too many levels of symbolic links

2021-10-04 Thread Thorsten
Too many levels of symbolic links This error is generated by the Operating system. Inspect '/#/svn/#//##/main/default/objects/#/validationRules' This file/link is either directly or inderictly pointing to it self, so subversion can not use it. When you add the file ma

Re: Full text search

2021-11-29 Thread Thorsten
n for that revision and run grep or awk on it. Might take ages. There are (paid) thirdparty tools whicht can index your repository and provide fast search (fisheye for example) Building an index also can take ages. Best regards, Thorsten Am 29/11/2021 um 16:10 schrieb Luke Mauldin: Is there a r

Re: Svn checkout has no output in the docker image of Ubuntu 22.04

2021-12-09 Thread Thorsten
:20.04 /bin/bash -c "apt-get update && apt-get install -y subversion && svn co https://github.com/GPUOpen-LibrariesAndSDKs/AMF/trunk/amf/public/include --trust-server-cert --non-interactive amf-headers" Best regards, Thorsten Am 09/12/2021 um 08:16 schrieb Jack

Re: SVN being impacted with CVE-2022-42889

2022-10-31 Thread Thorsten
Subversion is not affected since its not written in java.  If you are using SVNKit which is written in java you will have to ask them. Best regards, Thorsten Goetzke Am 31/10/2022 um 10:42 schrieb lavanya.shanthaku...@infineon.com: Dear Community Users, Can I know if Subversion is affected

How reliable is svadmin verify?

2010-09-29 Thread Thorsten Schöning
't be able to detect? Thanks in advance! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 144

Re: How reliable is svadmin verify?

2010-09-29 Thread Thorsten Schöning
error is just "svnadmin: Fehlerhafte Datei", seems there's no need to file a bug. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://ww

Re: Subversion 1.6.13 Released

2010-10-04 Thread Thorsten Schöning
SCMBug. Windows binaries for subversion just make the life a bit easier. In my opinion it's no real solution to advise a virtual machine, there's a lot of overhead in running and supporting an linux for just one application. Patches, Backups etc. are just some. Mit freundlichen Grüßen, T

Re: Importing Existing Repository into a New Repository

2010-10-05 Thread Thorsten Schöning
history with you. Just create a new project b without adding trunk etc. in revision 1. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de

Re: difference between subversion 1.4.2 repository and 1.6.12 repository

2010-10-19 Thread Thorsten Schöning
iable in version 4 of subversion, I think, the directory txn-protorevs is new etc. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de

Re: AW: German console output

2010-10-20 Thread Thorsten Schöning
On the other side just providing the client of, just for me of course, the most important thing of CollabNet Subversion Edge 1.2.2 is a strange decision. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-74

Re: AW: German console output

2010-10-21 Thread Thorsten Schöning
y appreciate an (semi-?)official download source where I can just download win32 binaries with all parts of Subversion, without overhead like Apache and ViewVC. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-7438

Re: AW: German console output

2010-10-21 Thread Thorsten Schöning
imple client installer to > get the binaries. Maybe I'm wrong but I don't use mod_dav_svn because what I meant with stand alone server was is running svnserve.exe which I in my opinion is an even easier setup than using Apache. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Sc

Re: AW: German console output

2010-10-21 Thread Thorsten Schöning
t; by a user)? I have no concerns about download size, if Collabnet can afford providing 80 or 100 MB downloads for people like me, who would just need a complete binary Subversion package. Someone else concerned about download size and I argued against it. Mit freundlichen Grüßen, Thorsten Schön

Re: AW: German console output

2010-10-21 Thread Thorsten Schöning
t matter in your decision to not provide e.g. BDB etc. I don't use edge, what I need, and thought you don't provide anymore, is something like "CollabNet Subversion Server and Client v1.6.13 (for Windows)". Sorry for misleading the discussion. Mit freundlichen Grüßen, Thorsten Sch

Re: AW: German console output

2010-10-22 Thread Thorsten Schöning
Guten Tag Bob Archer, am Donnerstag, 21. Oktober 2010 um 17:57 schrieben Sie: > No.. where is it? I didn't see it, too. http://www.open.collab.net/downloads/subversion/svn1.5.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam |

Re: Question about performance and space

2010-11-11 Thread Thorsten Schöning
o tagged paths, of course. Changes are stored as diffs like in any other case. An update to get the new tags is not that efficient, though. On updating the tags direcotry every new tag is transferred completely to the client, as I would say. Mit freundlichen Grüßen, Thorsten Schöning -- Tho

Re: Question about performance and space

2010-11-11 Thread Thorsten Schöning
t use svn switch but always use complete working copies with all tags, branches etc. checked out and just work in different folders at the same time, if neccessary. In this case every other developer would have large updates with each new tag. Mit freundlichen Grüßen, Thorsten Schöning -- Thors

Re: 32bit svn client and 64 bit subversion

2010-12-01 Thread Thorsten Schöning
e will be no issues because the two libs/programs don't directly use each other, they only speak "network" and "network" doesn't tell how a lib is built. I for example have 32 Bit Subversion server with 64 Bit Subversion clients running without any problems. Mit fre

Re: AW: Problem with binary files which containing the revision number.

2010-12-08 Thread Thorsten Schöning
> And it doesn't work for all the other binary files, e.g. schematics, etc. It should be the best solution one can get, because there can't be a more general solution for any binary file out there without knowing each file format. Mit freundlichen Grüßen, Thorsten Schöning --

Re: Archiving Projects (End-Of-Life)

2010-12-13 Thread Thorsten Schöning
tever your old projects, if wanted. If it's more interesting to see which projects are out of life in the first way, a new root directory with project specific sub directory with TTB in there could be an alternative. I would decide regarding my development environment. Mit freundlichen Grüßen,

Re: Archiving Projects (End-Of-Life)

2010-12-14 Thread Thorsten Schöning
aintenance if some problem occurs which needs dumping and loading or stuff like that is easier and faster. First page in WebSVN is descriptive to users out of the box. It's as always, if to decide what to centralize and what not... Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schö

Re: Restoring from old backup

2010-12-14 Thread Thorsten Schöning
didn't find any other suitable solution. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14

Re: changing the structure of code in public repo

2010-12-22 Thread Thorsten Schöning
http://svnbook.red-bean.com/nightly/en/svn-book.html#svn.tour.importing.layout Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-

Re: --no-config-dir option?

2010-12-24 Thread Thorsten Schöning
Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: A

Re: NTFS permissions issue on Linux

2010-12-26 Thread Thorsten Schöning
is one where one should let Windows take care of access control and all that stuff and provide the data needed via SMB. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.d

Re: 207 Multi-Status error checking out WebKit repository on Windows

2010-12-27 Thread Thorsten Schöning
bversion 1.6.15 and didn't get the error. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 1

Re: svnadmin create and not being method agnostic

2010-12-28 Thread Thorsten Schöning
7;s repositories has it's own user and authz access configuration. Results in encrypted traffic, Subversion and Apache can be updated independently and easier and distinguished configuration. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Le

Re: svnadmin create and not being method agnostic

2010-12-29 Thread Thorsten Schöning
is to get rid of svnserve. But without svnserve and therefore the need, that an attacker has to provide it's own one, speaking is able to write anything to your system, the pre existing configuration files are not a problem at all anymore, in my opinion. Mit freundlichen Grüßen, Tho

Re: Tortoisesvn hooks and refresh

2011-01-07 Thread Thorsten Schöning
Guten Tag Echlin, Jamie, am Freitag, 7. Januar 2011 um 11:08 schrieben Sie: > Sorry to impose, but would you mind telling me if you received this > message from me via the list yesterday: > http://svn.haxx.se/users/archive-2011-01/0104.shtml At least I got it. Mit freundlichen Grüßen,

Re: One-time keyword substitution

2011-01-10 Thread Thorsten Schöning
example just number our database scheme like svn does with it's content: We have version 1, 2 ... to n of our database, each version has it's own update file as the changes needed to get from one version to another and is documented using Doxygen/Javadoc-style syntax. Mit freundlichen Grüße

Re: One-time keyword substitution

2011-01-10 Thread Thorsten Schöning
ee what needs to be applied and because the naming scheme is pretty simple, it should be easy to automate the updates as needed. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoe

Re: SVN Subversion- object level checkout

2011-01-12 Thread Thorsten Schöning
only files. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Po

Re: Modifying commit messages

2011-01-14 Thread Thorsten Schöning
f you think of things like branches which aren't supported anymore and therefore don't need a bug fix, some need a fix but not now, for some branches this bug is a show stopper etc. I would use the bug tracker for such things. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schön

Re: Windows over linux

2011-01-25 Thread Thorsten Schöning
sier. http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme

Re: Checkout really slow in Windows with lots of files in one directory

2011-01-26 Thread Thorsten Schöning
ew files. I often see this for some seconds when I just enter my larger working copies without updating out or else. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de We

Re: Generate Emails through Subversion

2011-01-27 Thread Thorsten Schöning
e package on your own. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgerich

Re: Generate Emails through Subversion

2011-01-27 Thread Thorsten Schöning
Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: A

Re: Error on Post Commit Hook.BAT

2011-02-02 Thread Thorsten Schöning
list will > know. I can't help you further. sendmail.exe works pretty fine for me: http://glob.com.au/sendmail/ Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft

Re: File already exists Error with Subversion 1.6.12

2011-02-03 Thread Thorsten Schöning
itory is not empty and already contains a folder named "trunk", which can't be added anymore, of course. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de W

Re: Cannot get the revision information from the scm repository :

2011-02-07 Thread Thorsten Schöning
't sound like the best solution to me, because depending on who created it how it could easily get updated again. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web

Re: Subversion Permissions Question.

2011-02-11 Thread Thorsten Schöning
to your file system, therefore you need svn tools. svn help ls > So, are main_folder1 and main_folder2 two different repositories or > only one under Repo_name? Should be one under Repo_name, depending on the name of the folder with db, hooks etc. in it. > Where I can find informat

Re: svnadmin create complains about subrepositories

2011-02-11 Thread Thorsten Schöning
the --force option. Especially if you are using scripts to create your layout, it should be fairly simple to add a directory move. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen..

Re: Subversion Permissions Question.

2011-02-13 Thread Thorsten Schöning
ms. Maybe this was done because of the disk > space... I don't know. In any case, your repo structure is not supported and you should change it after fully understanding it and possible. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsda

Re: Folder-based properties

2011-02-16 Thread Thorsten Schöning
olders created in Rel, which should be easier than your logic for a pre-commit hook sounded. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-so

Re: Folder-based properties

2011-02-16 Thread Thorsten Schöning
t freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 21278 P, G

Re: Folder-based properties

2011-02-17 Thread Thorsten Schöning
update to, if you copy locally one needs to commit and this script should fire. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de

Re: problem with mutated vowel in log-message-contents

2011-02-18 Thread Thorsten Schöning
pository I would make sure that it's really damaged. You should attach the errors you got from TortoiseSVN as well. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-s

Re: Subverion 1.7 Centralized Metadata Storage

2011-02-22 Thread Thorsten Schöning
r and over again. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgeric

Re: svn update or rsync - which is best to update live files

2011-02-26 Thread Thorsten Schöning
ftware, this way your are able to version configurations, quickly needed fixes for errors etc. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-s

Re: Tortoise and editing files on a server

2011-03-28 Thread Thorsten Schöning
and can be very slow depending on the connection used. But as this is a Tortoise specific question, should ask there for supprt: http://tortoisesvn.net/support.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Pots

Re: Sync SVN to CVS

2011-03-30 Thread Thorsten Schöning
has changed. [...] > The repository I wish to sync contains database script files. And what's the purpose you need the sync for or what problem do you need to solve? It's unlikely that you find a tool which syncs as you need, but maybe one has another idea on how to solve your problem. Mit freun

Re: Sync SVN to CVS

2011-03-31 Thread Thorsten Schöning
it to CVS with the logs used form the SVN revisions. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsum

Re: svnsync error : Error while replaying commit

2011-04-13 Thread Thorsten Schöning
and needs to be tuned. The easiest thing to test would be to create a new user just for syncing an give him full access to everything. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tsc

Re:

2011-04-13 Thread Thorsten Schöning
been > changed somehow. The svn clients detect themselves that files have changed, that not a problem. The real problem starts with renamed, deleted and moved files and directories because one, normally the developer, has to tell Subversion what moved where etc. Mit freundlichen Grüßen, Tho

Re: Updating the WC from an non svn directory

2011-04-13 Thread Thorsten Schöning
been > changed somehow. The svn clients detect themselves that files have changed, that not a problem. The real problem starts with renamed, deleted and moved files and directories because one, normally the developer, has to tell Subversion what moved where etc. Mit freundlichen Grüßen, Tho

Re: Updating the WC from an non svn directory

2011-04-13 Thread Thorsten Schöning
atures Subversion provides you will want to use? The logs won't be meaningful to you because whoever commits won't know all changes. Every commit will be huge and hard to look for errors etc. I don't think it's worth the time. Mit freundlichen Grüßen, Thorsten Schöning -- Thor

Re: Massive file duplication with several working copies / which linux filesystem to use

2011-04-14 Thread Thorsten Schöning
Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 2127

Re: How can I setup two svnservers with svnsync and both should provide checkout and checkins

2011-04-20 Thread Thorsten Schöning
may want to look at a distributed version control system like git, Mecurial or else. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de

Re: trying to get new version of files from svn archive

2011-04-25 Thread Thorsten Schöning
to be deleting your whole working copy, including the .svn directories, if you don't need any of your local changes, and simply check out a new working copy using svn co. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon:

Re: Size of Subversion repository

2011-05-04 Thread Thorsten Schöning
. 6,2 GB with one of our largest repositories on the sync target still in an older fsfs format. Seems it worth to do a complete dump/load cycle and the newer repository formats also have a feature called rep-sharing, where data is stored only once for the complete repository. Mit freundlichen

Re: Random files being "reverted" on one repository

2011-05-11 Thread Thorsten Schöning
and it's pretty likely that this will work as expected. The interesting part is between update and commit of dev N and in your case i would look at the diffs to maybe get an idea of the tool or process or whatever is responsible for the changes in the file. Maybe there's somethin

Re: Random files being "reverted" on one repository

2011-05-11 Thread Thorsten Schöning
1.6.x libs without any problems for month. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof

Re: Random files being "reverted" on one repository

2011-05-12 Thread Thorsten Schöning
uff. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 2127

Re: Random files being "reverted" on one repository

2011-05-12 Thread Thorsten Schöning
dom person updates, a file is "wrong". > It could be any one developer, any file. You have to start somewhere. In problems like yours I would suggest running Filemon during the update but the logs surely will get huge and if you manage to get the error itself reproducible somehow ru

Re: subversion 1.4.2

2011-05-14 Thread Thorsten Schöning
yway in most situations. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht

Re: RES: Blank log messages when user has no access to specific folder

2011-05-16 Thread Thorsten Schöning
way to let each customer get his log message is different commits. Of course it's on to the committer to have that in mind, but using a pre commit hook you even may check that there's no commit for both modules with different access rights. Mit freundlichen Grüßen, Thorsten Schöning -- Th

Re: SVN won't let me check in

2011-05-18 Thread Thorsten Schöning
-m "" Does the other developer really uses DOMAIN\userName in this scheme to login, and not just userName? If yes, contact your server admin and ask, if you already have a user account. If both of you do exactly the same on your machine there isn't much more that can deny access. Mit

Re: Empty revisions causing repository failures

2011-05-19 Thread Thorsten Schöning
or stuff like that in an already backed up broken VM and it resulted in days of work. Now we sync everything every 30 minutes to another server and I feel much safer. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam

Is rep-sharing enabled by default?

2011-05-24 Thread Thorsten Schöning
is rep-sharing enabled by default? I did find a several MB sized rep-cache.db in the repository, but fsfs.conf says # enable-rep-sharing = false. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E

Re: Using tags to manage releases?

2011-06-01 Thread Thorsten Schöning
gets all content because of the copy, but what does the log message tells QA about the changes made? Therefore I would prefer proper proper merging by the developer, because you get a useful diff and log message in the changed file for QA. Mit freundlichen Grüßen, Thorsten Schöning -- Thorst

Re: Moving an existing Repository to a newly created repository

2011-06-25 Thread Thorsten Schöning
r and continue with adding new projects. This way you won't get problems with the same folders between your projects which would block loading new content. What are the benefits of merging all your projects into one? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT

Re: access denied errors Windows 7

2011-06-29 Thread Thorsten Schöning
nge is shown. The error don't necessarily has to come from the rename of the temporary folder to the new one, but can happen before that operation because of something, http://technet.microsoft.com/de-de/sysinternals/bb896645 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning

Re: Taking mirror Backup of SVN Repos through 3rd Party Software

2011-06-29 Thread Thorsten Schöning
l basis as only fully commits get synced. If your third party software would be a good tool for backup, it would not have a problem with ADS in my opinion. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 033

Re: Branching Questions

2011-07-01 Thread Thorsten Schöning
: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.pathbasedauthz.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-S

Re: symlinks in Windows

2011-07-06 Thread Thorsten Schöning
uses it this way these days has enough problems to not care about links in Subversion. :-) Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-so

Re: symlinks in Windows

2011-07-06 Thread Thorsten Schöning
differentplatforms, because they support linking to files and directories on NTFS like on other file systems. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de W

Re: Is it possible to svnsync across platform OS and SVN versions?

2011-07-09 Thread Thorsten Schöning
ortant that the target is able to understand all synced features. > What about the OS? Not important at, too. > Is there an SVN 1.6.6 binary for Windows 7 64-bit anywhere that you know of? Using the most current version is fine. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Sc

Re: svnserve serving svn repos with questions

2011-07-17 Thread Thorsten Schöning
n+ssh access, but don't want to give out > system accounts, and none of my user's want their repos visible to an > httpd server so apache is out. How about creating new users just for svn access? Else, a simple VPN using OpenVPN could be solution, too, depending on how you t

Re: Can I prevent a file from being modified?

2011-07-18 Thread Thorsten Schöning
nfig.pathbasedauthz Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht

Re: Subversion access control

2011-07-19 Thread Thorsten Schöning
x27;t make sense. If you mean access in the svn-way, than now, everyone in passwd can access the repository. If you mean access in terms of file systems, than it depends on the permissions who can make what. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln |

Re: copying subdirectories in subversion 1.7

2011-07-25 Thread Thorsten Schöning
leased. The interesting things are the tools, there surely won't be a Tortoise version with current bug fixes and versions 1.6.x of the svn libraries. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 033

Re: configure subversion for no history

2011-07-26 Thread Thorsten Schöning
rsion 1.6(?) is able to deduplicate commits by default. I have some repositories where I commit MSI-installers and all stuff of binary files for one of our applications and Subversion 1.6 saved GB of space. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Ham

Re: How to clean the working dir from .svn folders ?

2011-07-26 Thread Thorsten Schöning
r 'svn dissociate' And what will this change if your error is permissions on the .svn-folders and files in there? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.

Re: Subverison repository logon failure

2011-07-31 Thread Thorsten Schöning
ation for your used access method, too. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: tschoen...@am-soft.de Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5,

  1   2   3   4   5   6   >