[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn source question

From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-07-23 23:10:51 CEST

This isn't really a dev list question, I'm just trying to figure out where svn
checks if an item already exists in the repository.

Starting with making dirs, I got as far as svn_fs_make_dir() in
libsvn_fs\fs_loader.c, but that led to a function pointer (I assume that's
polymorphism for bdb / fsfs?). So that led me to svn_fs_fs__dag_make_dir(),
which ends up calls make_entry() in dag.c.

The trail gets cold there - and I'm having trouble building the code to trace it.

Directions would be appreciated!! Where does it say, "Bang - this directory
already exists!!"

Thanks,

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 23 23:13:33 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.