Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3228734
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:43:41+00:00 2026-05-17T16:43:41+00:00

The following issue is becoming increasing common: There are several developers working on a

  • 0

The following issue is becoming increasing common:

  • There are several developers working on a project which includes new files (usually images)
  • Everyone says that everything is checked in and we freeze development. Unbeknownst to us, there are images which were not checked in. The user doesn’t notice the missing files because they’re new, not check-outs, so svn looks fine
  • The code is compiled and deployed (sorry, no QA team)
  • The next day the client tells us about the missing images
  • The CTO reads us the riot act

Note: The image paths are both in code and in databases so it’s not easy to get a full list of all used images.

My hope is to write a small C# program for everyone to run before deployment. I want to find out which files in the project directory (or one of it’s subdir.s, recursively) have not been added to subversion. Ideally, I’d also like to exclude items which were actively added to the ignore list.

We’re using TortoiseSVN with Windows host and clients.

How can I programmatically discover non-added files?

The closest thing I’ve been able to find so far is this saying to use svn status | grep -e ^? but this looks like a Unix command.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T16:43:41+00:00Added an answer on May 17, 2026 at 4:43 pm

    You could use SharpSvn for this, and write something like:

    SvnClient client = GetClient();
    
    client.Status(workingCopyPath, (o, e) =>
    {
        if(e.LocalContentStatus == SvnStatus.NotVersioned)
        {
            Console.WriteLine("Not versioned: " + e.FullPath);
        }
    });
    

    Edit: this will also respect your ignore file and svn:ignore properties.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following application which replicates an issue I'm having in a larger
I have the following issue. I have deployed a smart client application to several
I have the following issue using java 1.4 I try to display a very
We've encountered the following issue. I like to use the following writing: SELECT Id,
I'm trying to adress the following issue: I have a server side .net application
I'm having an issue with the following code: private void DataPortal_Fetch(TaskCriteria criteria) { using
I'm trying to track down an issue in our system and the following code
Ok. I'm having an issue with the following bit of code: StreamReader arrComputer =
I've been running into a presentation issue with Internet Explorer. The following simple block
Following my question regarding a .NET YAML Library ... as there doesn't seem to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.