adding new svnserve process on access

Bug #577279 reported by Eugene Tarasenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
subversion
New
Undecided
Unassigned

Bug Description

After access from bzr-svn on windows to svnserve on ubuntu in process list on ubuntu added 2 new svnserve processes.
Action log:

etarasenko@home-ubuntu:~$ svnserve -d
etarasenko@home-ubuntu:~$ ps aux | grep svnserve
1000 1342 0.0 0.0 11416 948 ? Ss 10:37 0:00 svnserve -d
1000 1344 0.0 0.0 3320 820 pts/1 S+ 10:37 0:00 grep --color=auto svnserve

C:\Temp\lucid>bzr branch svn://home-ubuntu/srv/svn/test test1
Branched 2 revision(s).

etarasenko@home-ubuntu:~$ ps aux | grep svnserve
1000 1342 0.0 0.1 11416 1080 ? Ss 10:37 0:00 svnserve -d
1000 1348 0.0 0.2 20016 2404 ? S 10:40 0:00 svnserve -d
1000 1350 0.0 0.2 20224 2488 ? S 10:40 0:00 svnserve -d
1000 1353 0.0 0.0 3320 820 pts/1 S+ 10:40 0:00 grep --color=auto svnserve

C:\Temp\lucid>bzr branch svn://home-ubuntu/srv/svn/test test2
Branched 2 revision(s).

etarasenko@home-ubuntu:~$ ps aux | grep svnserve
1000 1342 0.0 0.1 11416 1080 ? Ss 10:37 0:00 svnserve -d
1000 1348 0.0 0.2 20016 2404 ? S 10:40 0:00 svnserve -d
1000 1350 0.0 0.2 20224 2488 ? S 10:40 0:00 svnserve -d
1000 1354 0.0 0.2 20016 2404 ? S 10:41 0:00 svnserve -d
1000 1356 0.0 0.2 20224 2492 ? S 10:41 0:00 svnserve -d
1000 1359 0.0 0.0 3320 820 pts/1 S+ 10:41 0:00 grep --color=auto svnserve

C:\Temp\lucid>bzr branch svn://home-ubuntu/srv/svn/test test3
Branched 2 revision(s).

etarasenko@home-ubuntu:~$ ps aux | grep svnserve
1000 1342 0.0 0.1 11416 1080 ? Ss 10:37 0:00 svnserve -d
1000 1348 0.0 0.2 20016 2404 ? S 10:40 0:00 svnserve -d
1000 1350 0.0 0.2 20224 2488 ? S 10:40 0:00 svnserve -d
1000 1354 0.0 0.2 20016 2404 ? S 10:41 0:00 svnserve -d
1000 1356 0.0 0.2 20224 2492 ? S 10:41 0:00 svnserve -d
1000 1361 0.0 0.2 20016 2404 ? S 10:42 0:00 svnserve -d
1000 1363 0.0 0.2 20224 2492 ? S 10:42 0:00 svnserve -d
1000 1366 0.0 0.0 3320 820 pts/1 S+ 10:42 0:00 grep --color=auto svnserve

Used version:

etarasenko@home-ubuntu:~$ uname -a
Linux home-ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:27:30 UTC 2010 i686 GNU/Linux
etarasenko@home-ubuntu:~$ svnserve --version
svnserve, version 1.6.6 (r40053)
   compiled Dec 12 2009, 05:04:54

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

Cyrus SASL authentication is available.

C:\Temp\lucid>bzr version
Bazaar (bzr) 2.1.0
  Python interpreter: C:\Program Files\Bazaar\python25.dll 2.5.4
  Python standard library: C:\Program Files\Bazaar\lib\library.zip
  Platform: Windows-XP-5.1.2600-SP3
  bzrlib: C:\Program Files\Bazaar\lib\library.zip\bzrlib
  Bazaar configuration: C:\Users\ETarasenko\Application Data\bazaar\2.0
  Bazaar log file: C:\Users\ETarasenko\Мои документы\.bzr.log

Copyright 2005, 2006, 2007, 2008, 2009 Canonical Ltd.
http://bazaar-vcs.org/

bzr comes with ABSOLUTELY NO WARRANTY. bzr is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 2 or later.

Bazaar is part of the GNU Project to produce a free operating system.

C:\Temp\lucid>bzr plugins
bzrtools 2.1.0
    Various useful commands for working with bzr.

explorer 1.0.0rc1
    Version Control for Human Beings.

externals 1.3.0
    Support external branches like svn:externals.

git 0.5.0
    A GIT branch and repository format implementation for bzr.

launchpad 2.1.0
    Launchpad.net integration plugin for Bazaar.

netrc_credential_store 2.1.0
    Use ~/.netrc as a credential store for authentication.conf.

qbzr 0.18.3
    QBzr - Qt-based frontend for Bazaar

rebase 0.5.5
    Rebase support.

svn 1.0.3dev
    Support for Subversion branches

upload 1.0.0dev
    Upload a working tree, incrementally.

xmloutput 0.8.6
    This plugin adds an option (--xml) to log and provides an xml version of some builtin commands.

C:\Program Files\Bazaar\plugins\svn>bzr log -r -1
------------------------------------------------------------
revno: 3289
committer: Jelmer Vernooij <email address hidden>
branch nick: trunk
timestamp: Wed 2010-04-28 02:37:02 +0200
message:
  Remove use of deprecated functions.

Revision history for this message
Eugene Tarasenko (etarasenko) wrote :

Access from TortoiseSVN not added new processes

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

If you're just accessing that repository over svn:// then this is at least not a bzr-svn problem.

affects: bzr-svn → bzrsvnserve
Jelmer Vernooij (jelmer)
affects: bzrsvnserve → subversion
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.