That being said, assuming that I've performed the following steps:

# cd /
# fsvs urls svn+ssh://svn.example.com/systemname
# fsvs ignore ./reports
(repeated fsvs ignore statements to ignore /proc, /sys, etc)
# fsvs ci -m 'initial commit' /etc
# fsvs ci -m 'initial commit' /usr/local
# fsvs status
(see if there is anything else that needs to be ignored)
# fsvs ci -m 'initial commit'
(which grabs the remainders)

Note: that /reports is initially written to the 
svn+ssh://svn.example.com/systemname repository.

Then I did a different "fsvs urls" command for /reports

# cd /reports
# fsvs urls svn+ssh://svn.example.com/reports/systemname
# fsvs ci -m 'initial commit'

Now I want to stop putting /reports into the primary repository:

# cd /
# fsvs ignore ./reports
(works fine)
# fsvs unversion ./reports
Using unversion on the working copy root doesn't make sense.

How do I go about turning off the /reports URL being stored into the 
primary repository?

------------------------------------------------------
http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3928&dsMessageId=3059350

To unsubscribe from this discussion, e-mail: 
[[email protected]].

Reply via email to