Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

svntask doesn't detect subversion managed files #10

Closed
GoogleCodeExporter opened this issue Apr 8, 2015 · 2 comments
Closed

svntask doesn't detect subversion managed files #10

GoogleCodeExporter opened this issue Apr 8, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Checkout svntask from google code
2. Run ant in the project
3. Look at the output:

Buildfile: build.xml

init:

javac:

version:
      [svn] info F:\Projekte\svntask
      [svn] svn: 'F:\Projekte\svntask\.' is not under version control

jar:
      [jar] Building jar: F:\Projekte\svntask\target\svntask.jar

compile:

Original issue reported on code.google.com by mizeh...@gmail.com on 10 Jun 2009 at 12:20

@GoogleCodeExporter
Copy link
Author

Do you have .svn directories in your checkout?

[2][ ~/checkout ]% cd svntask/
[3][ ~/checkout/svntask ]% dir
total 32
 0 drwxr-xr-x 12 jon staff   408 2009-05-30 18:40 ./
 0 drwxr-xr-x 63 jon staff  2142 2009-06-01 09:52 ../
 4 -rw-r--r--  1 jon staff   332 2008-07-25 09:29 .classpath
 4 -rw-r--r--  1 jon staff   366 2008-07-25 09:29 .project
 0 drwxr-xr-x  9 jon staff   306 2009-05-30 17:25 .svn/
12 -rw-r--r--  1 jon staff 11447 2008-07-25 09:30 LICENSE.txt
 4 -rw-r--r--  1 jon staff   234 2008-07-25 09:30 README.html
 0 drwxr-xr-x  4 jon staff   136 2009-05-30 18:51 _eclipse/
 8 -rw-r--r--  1 jon staff  4318 2008-07-25 09:30 build.xml
 0 drwxr-xr-x  5 jon staff   170 2008-07-25 09:30 lib/
 0 drwxr-xr-x  5 jon staff   170 2008-07-25 09:30 src/
 0 drwxr-xr-x  7 jon staff   238 2009-05-30 18:40 target/
[4][ ~/checkout/svntask ]% ant
Buildfile: build.xml

init:

javac:

version:
      [svn] info /Users/jon/checkout/svntask

jar:
      [jar] Building jar: /Users/jon/checkout/svntask/target/svntask.jar

compile:

BUILD SUCCESSFUL
Total time: 1 second
[5][ ~/checkout/svntask ]% svn st
[6][ ~/checkout/svntask ]% svn info
Path: .
URL: https://svntask.googlecode.com/svn/trunk
Repository Root: https://svntask.googlecode.com/svn
Repository UUID: 255fcad6-9b50-0410-be32-d102e391a637
Revision: 15
Node Kind: directory
Schedule: normal
Last Changed Author: latchkey
Last Changed Rev: 15
Last Changed Date: 2009-05-30 17:04:57 -0700 (Sat, 30 May 2009)

Original comment by latch...@gmail.com on 10 Jun 2009 at 3:21

  • Changed state: Invalid

@GoogleCodeExporter
Copy link
Author

Yes I have a .svn directory. Maybe it fails because this is a hidden directory?

Original comment by mizeh...@gmail.com on 10 Jun 2009 at 4:12

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant