This is what i do when i copy file from source root/dev/trunk to
destination root/test/trunk considering that the file already exist in
root/test/trunk
I have a script that when is copy a file from source
file:///srv/svn/root/dev/trunk/test.xls to destination
file:///srv/svn/root/test/trunk/test.xls.
1. it will check if the source exist in destination with svn ls
file:///srv/svn/root/test/trunk/test.xls
2. if it exist it will delete the file in destination with svn rm
file:///srv/svn/root/test/trunk/test.xls (this is where it will take
longer, like 1 file 1 min. per file) with svn rm -m "blah"
file:///srv/svn/root/test/trunk/test.xls
3. after the file has been removed it will copy the file from source
to destination with svn cp -m "blah"
file:///srv/svn/root/dev/trunk/test.xls
file:///srv/svn/root/test/trunk
On Thu, May 14, 2009 at 12:25 PM, Ryan Schmidt
<subversion-2009b_at_ryandesign.com> wrote:
>
> On May 13, 2009, at 22:58, Jay Amorin wrote:
>
>> Is there a way to speed up my repository. when is delete a binary file
>> root/test/trunk/test.xls in the repository would take time to delete
>
> How much time?
1 min per file
> Is it always like that or only sometimes?
everytime there is a delete
> From all clients or just one?
all
> What computer?
Linux
> What OS?
SLES10
> What version of Subversion?
ver. 1.5
> What repository access method?
from cli using svn rm file:///srv/svn/root/dev
> Anything unique about your setup which might account for this?
evrery repository should have a dev, test and prod folder and inside
the dev, test and prod folder contains tags, trunk, and branches
>
>
Thanks,
Jay
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2250942
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-14 07:54:58 CEST